![]() |
OpenMS
|
Struct that holds the parameters of the LP solver. More...
#include <OpenMS/DATASTRUCTURES/LPWrapper.h>
Public Member Functions | |
| SolverParam () | |
Public Attributes | |
| Int | message_level |
| Int | branching_tech |
| Int | backtrack_tech |
| Int | preprocessing_tech |
| bool | enable_feas_pump_heuristic |
| bool | enable_gmi_cuts |
| bool | enable_mir_cuts |
| bool | enable_cov_cuts |
| bool | enable_clq_cuts |
| double | mip_gap |
| Int | time_limit |
| Int | output_freq |
| Int | output_delay |
| bool | enable_presolve |
| bool | enable_binarization |
| only with presolve More... | |
Struct that holds the parameters of the LP solver.
|
inline |
| Int backtrack_tech |
| Int branching_tech |
| bool enable_binarization |
only with presolve
| bool enable_clq_cuts |
| bool enable_cov_cuts |
| bool enable_feas_pump_heuristic |
| bool enable_gmi_cuts |
| bool enable_mir_cuts |
| bool enable_presolve |
| Int message_level |
| double mip_gap |
| Int output_delay |
| Int output_freq |
| Int preprocessing_tech |
| Int time_limit |