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

Parameters with prefix reading/gmsreader. More...

Variables

constexpr Param< double > BIGMDEFAULT { "reading/gmsreader/bigmdefault" }
 default M value for big-M reformulation of indicator constraints in case no bound on slack variable is given
 
constexpr Param< bool > FREEINTS { "reading/gmsreader/freeints" }
 have integer variables no upper bound by default (depending on GAMS version)?
 
constexpr Param< char > INDICATORREFORM { "reading/gmsreader/indicatorreform" }
 which reformulation to use for indicator constraints: 'b'ig-M, 's'os1
 
constexpr Param< bool > REPLACEFORBIDDENCHARS { "reading/gmsreader/replaceforbiddenchars" }
 shall characters '#', '*', '+', '/', and '-' in variable and constraint names be replaced by '_'?
 
constexpr Param< bool > SIGNPOWER { "reading/gmsreader/signpower" }
 is it allowed to use the gams function signpower(x,a)?
 

Detailed Description

Parameters with prefix reading/gmsreader.

Variable Documentation

◆ BIGMDEFAULT

constexpr Param<double> scippp::params::READING::GMSREADER::BIGMDEFAULT { "reading/gmsreader/bigmdefault" }
constexpr

default M value for big-M reformulation of indicator constraints in case no bound on slack variable is given

Definition at line 5415 of file parameters.hpp.

◆ FREEINTS

constexpr Param<bool> scippp::params::READING::GMSREADER::FREEINTS { "reading/gmsreader/freeints" }
constexpr

have integer variables no upper bound by default (depending on GAMS version)?

Definition at line 5411 of file parameters.hpp.

◆ INDICATORREFORM

constexpr Param<char> scippp::params::READING::GMSREADER::INDICATORREFORM { "reading/gmsreader/indicatorreform" }
constexpr

which reformulation to use for indicator constraints: 'b'ig-M, 's'os1

Definition at line 5417 of file parameters.hpp.

◆ REPLACEFORBIDDENCHARS

constexpr Param<bool> scippp::params::READING::GMSREADER::REPLACEFORBIDDENCHARS { "reading/gmsreader/replaceforbiddenchars" }
constexpr

shall characters '#', '*', '+', '/', and '-' in variable and constraint names be replaced by '_'?

Definition at line 5413 of file parameters.hpp.

◆ SIGNPOWER

constexpr Param<bool> scippp::params::READING::GMSREADER::SIGNPOWER { "reading/gmsreader/signpower" }
constexpr

is it allowed to use the gams function signpower(x,a)?

Definition at line 5419 of file parameters.hpp.