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

Parameters with prefix reading/opbreader. More...

Variables

constexpr Param< bool > DYNAMICCONSS { "reading/opbreader/dynamicconss" }
 should model constraints be subject to aging?
 
constexpr Param< bool > MULTISYMBOL { "reading/opbreader/multisymbol" }
 use '*' between coefficients and variables by writing to problem?
 

Detailed Description

Parameters with prefix reading/opbreader.

Variable Documentation

◆ DYNAMICCONSS

constexpr Param<bool> scippp::params::READING::OPBREADER::DYNAMICCONSS { "reading/opbreader/dynamicconss" }
constexpr

should model constraints be subject to aging?

Definition at line 5438 of file parameters.hpp.

◆ MULTISYMBOL

constexpr Param<bool> scippp::params::READING::OPBREADER::MULTISYMBOL { "reading/opbreader/multisymbol" }
constexpr

use '*' between coefficients and variables by writing to problem?

Definition at line 5440 of file parameters.hpp.