OpenMS
LPWrapper::SolverParam Struct Reference

Struct that holds the parameters of the LP solver. More...

#include <OpenMS/DATASTRUCTURES/LPWrapper.h>

Collaboration diagram for LPWrapper::SolverParam:
[legend]

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...
 

Detailed Description

Struct that holds the parameters of the LP solver.

Constructor & Destructor Documentation

◆ SolverParam()

SolverParam ( )
inline

Member Data Documentation

◆ backtrack_tech

Int backtrack_tech

◆ branching_tech

Int branching_tech

◆ enable_binarization

bool enable_binarization

only with presolve

◆ enable_clq_cuts

bool enable_clq_cuts

◆ enable_cov_cuts

bool enable_cov_cuts

◆ enable_feas_pump_heuristic

bool enable_feas_pump_heuristic

◆ enable_gmi_cuts

bool enable_gmi_cuts

◆ enable_mir_cuts

bool enable_mir_cuts

◆ enable_presolve

bool enable_presolve

◆ message_level

Int message_level

◆ mip_gap

double mip_gap

◆ output_delay

Int output_delay

◆ output_freq

Int output_freq

◆ preprocessing_tech

Int preprocessing_tech

◆ time_limit

Int time_limit