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

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

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

Definition at line 6638 of file parameters.hpp.

◆ GENERICNAMESOFFSET

constexpr 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 6642 of file parameters.hpp.

◆ PRINTZEROS

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

should variables set to zero be printed?

Definition at line 6640 of file parameters.hpp.