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

Parameters with prefix write. More...

Variables

constexpr Param< bool > ALLCONSS { "write/allconss" }
 should all constraints be written (including the redundant constraints)?
 
constexpr Param< int > GENERICNAMESOFFSET { "write/genericnamesoffset" }
 when writing a generic problem the index for the first variable should start with?
 
constexpr Param< bool > PRINTZEROS { "write/printzeros" }
 should variables set to zero be printed?
 

Detailed Description

Parameters with prefix write.

Variable Documentation

◆ ALLCONSS

Param<bool> scippp::params::WRITE::ALLCONSS { "write/allconss" }
constexpr

should all constraints be written (including the redundant constraints)?

Definition at line 7214 of file parameters.hpp.

◆ GENERICNAMESOFFSET

Param<int> scippp::params::WRITE::GENERICNAMESOFFSET { "write/genericnamesoffset" }
constexpr

when writing a generic problem the index for the first variable should start with?

Definition at line 7218 of file parameters.hpp.

◆ PRINTZEROS

Param<bool> scippp::params::WRITE::PRINTZEROS { "write/printzeros" }
constexpr

should variables set to zero be printed?

Definition at line 7216 of file parameters.hpp.