Public Member Functions | |
qmst_heuristic (Graph &G_, var_map< edge_descriptor > &VM_) | |
int | heuristic (subproblem &S, solution &newSol) |
Definition at line 20 of file qmst.cc.
int qmst_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 30 of file qmst.cc.
References SCIL::ILP_Problem::extendSolution(), SCIL::solution::set_value(), and SCIL::subproblem::value().