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

Parameters with prefix reading. More...

Namespaces

namespace  BNDREADER
 Parameters with prefix reading/bndreader.
 
namespace  CIPREADER
 Parameters with prefix reading/cipreader.
 
namespace  CNFREADER
 Parameters with prefix reading/cnfreader.
 
namespace  GMSREADER
 Parameters with prefix reading/gmsreader.
 
namespace  LPREADER
 Parameters with prefix reading/lpreader.
 
namespace  MPSREADER
 Parameters with prefix reading/mpsreader.
 
namespace  OPBREADER
 Parameters with prefix reading/opbreader.
 
namespace  PBMREADER
 Parameters with prefix reading/pbmreader.
 
namespace  PPMREADER
 Parameters with prefix reading/ppmreader.
 
namespace  STOREADER
 Parameters with prefix reading/storeader.
 

Variables

constexpr Param< bool > DYNAMICCOLS { "reading/dynamiccols" }
 should columns be added and removed dynamically to the LP?
 
constexpr Param< bool > DYNAMICCONSS { "reading/dynamicconss" }
 should model constraints be subject to aging?
 
constexpr Param< bool > DYNAMICROWS { "reading/dynamicrows" }
 should rows be added and removed dynamically to the LP?
 
constexpr Param< bool > INITIALCONSS { "reading/initialconss" }
 should model constraints be marked as initial?
 

Detailed Description

Parameters with prefix reading.

Variable Documentation

◆ DYNAMICCOLS

constexpr Param<bool> scippp::params::READING::DYNAMICCOLS { "reading/dynamiccols" }
constexpr

should columns be added and removed dynamically to the LP?

Definition at line 5389 of file parameters.hpp.

◆ DYNAMICCONSS

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

should model constraints be subject to aging?

Definition at line 5387 of file parameters.hpp.

◆ DYNAMICROWS

constexpr Param<bool> scippp::params::READING::DYNAMICROWS { "reading/dynamicrows" }
constexpr

should rows be added and removed dynamically to the LP?

Definition at line 5391 of file parameters.hpp.

◆ INITIALCONSS

constexpr Param<bool> scippp::params::READING::INITIALCONSS { "reading/initialconss" }
constexpr

should model constraints be marked as initial?

Definition at line 5385 of file parameters.hpp.