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

Parameters with prefix reading/mpsreader. More...

Variables

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

Detailed Description

Parameters with prefix reading/mpsreader.

Variable Documentation

◆ AGGRLINEARIZATION_ANDS

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

should an aggregated linearization for and constraints be used?

Definition at line 5433 of file parameters.hpp.

◆ LINEARIZE_AND_CONSTRAINTS

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

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

Definition at line 5431 of file parameters.hpp.