SCIP++ refs/heads/main
 
Loading...
Searching...
No Matches
scippp::params::READING::LPREADER Namespace Reference

Parameters with prefix reading/lpreader. More...

Variables

constexpr Param< bool > AGGRLINEARIZATION_ANDS { "reading/lpreader/aggrlinearization-ands" }
 should an aggregated linearization for and constraints be used?
 
constexpr Param< bool > LINEARIZE_AND_CONSTRAINTS { "reading/lpreader/linearize-and-constraints" }
 should possible "and" constraint be linearized when writing the lp file?
 

Detailed Description

Parameters with prefix reading/lpreader.

Variable Documentation

◆ AGGRLINEARIZATION_ANDS

constexpr Param<bool> scippp::params::READING::LPREADER::AGGRLINEARIZATION_ANDS { "reading/lpreader/aggrlinearization-ands" }
constexpr

should an aggregated linearization for and constraints be used?

Definition at line 5426 of file parameters.hpp.

◆ LINEARIZE_AND_CONSTRAINTS

constexpr Param<bool> scippp::params::READING::LPREADER::LINEARIZE_AND_CONSTRAINTS { "reading/lpreader/linearize-and-constraints" }
constexpr

should possible "and" constraint be linearized when writing the lp file?

Definition at line 5424 of file parameters.hpp.