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< int > IMPLINTLEVEL { "write/implintlevel" }
 should integrality constraints (i.c.) be written for implied integral variables? (0: use original i.c., 1: add i.c.
 
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 7510 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 7514 of file parameters.hpp.

◆ IMPLINTLEVEL

Param<int> scippp::params::WRITE::IMPLINTLEVEL { "write/implintlevel" }
constexpr

should integrality constraints (i.c.) be written for implied integral variables? (0: use original i.c., 1: add i.c.

to strongly implied integral vars, 2: add i.c. to all implied integral vars, -1: remove i.c. from strongly implied integral vars, -2: remove i.c. from all implied integral vars)

Definition at line 7518 of file parameters.hpp.

◆ PRINTZEROS

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

should variables set to zero be printed?

Definition at line 7512 of file parameters.hpp.