Public Member Functions | |
mc_heuristic (Graph &G_, var_map< edge_descriptor > &VM_) | |
int | heuristic (subproblem &S, solution &newSol) |
Definition at line 30 of file maxcut.cc.
int mc_heuristic::heuristic | ( | subproblem & | , | |
solution & | newSol | |||
) | [inline, virtual] |
this function is called after each solution of an LP, if the solution which was found is not feasible.
Reimplemented from SCIL::primal_heuristic.
Definition at line 39 of file maxcut.cc.
References SCIL::solution::set_value(), and SCIL::subproblem::value().