|
Camargue
|
Primal separation of safe Gomory cuts. More...
#include <safeGMI.hpp>

Public Member Functions | |
| SafeGomory (LP::Relaxation &rel, const std::vector< double > &_tour_edges, const std::vector< double > &lp_x) | |
| bool | find_cuts () |
| CutQueue< LP::SparseRow > & | gomory_q () |
Public Attributes | |
| bool | verbose = false |
| bool | filter_primal = true |
Private Attributes | |
| LP::Relaxation & | lp_relax |
| MIRgroup | mir_data |
| CutQueue< LP::SparseRow > | gmi_q |
| const std::vector< double > & | tour_edges |
| const std::vector< double > & | frac_x |
Primal separation of safe Gomory cuts.
1.8.11