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

Parameters with prefix presolving/boundshift. More...

Variables

constexpr Param< bool > FLIPPING { "presolving/boundshift/flipping" }
 is flipping allowed (multiplying with -1)?
 
constexpr Param< bool > INTEGER { "presolving/boundshift/integer" }
 shift only integer ranges?
 
constexpr Param< int > MAXROUNDS { "presolving/boundshift/maxrounds" }
 maximal number of presolving rounds the presolver participates in (-1: no limit)
 
constexpr Param< long long > MAXSHIFT { "presolving/boundshift/maxshift" }
 absolute value of maximum shift
 
constexpr Param< int > PRIORITY { "presolving/boundshift/priority" }
 priority of presolver <boundshift>
 
constexpr Param< int > TIMING { "presolving/boundshift/timing" }
 timing mask of presolver <boundshift> (4:FAST, 8:MEDIUM, 16:EXHAUSTIVE, 32:FINAL)
 

Detailed Description

Parameters with prefix presolving/boundshift.

Variable Documentation

◆ FLIPPING

constexpr Param<bool> scippp::params::PRESOLVING::BOUNDSHIFT::FLIPPING { "presolving/boundshift/flipping" }
constexpr

is flipping allowed (multiplying with -1)?

Definition at line 4734 of file parameters.hpp.

◆ INTEGER

constexpr Param<bool> scippp::params::PRESOLVING::BOUNDSHIFT::INTEGER { "presolving/boundshift/integer" }
constexpr

shift only integer ranges?

Definition at line 4736 of file parameters.hpp.

◆ MAXROUNDS

constexpr Param<int> scippp::params::PRESOLVING::BOUNDSHIFT::MAXROUNDS { "presolving/boundshift/maxrounds" }
constexpr

maximal number of presolving rounds the presolver participates in (-1: no limit)

Definition at line 4728 of file parameters.hpp.

◆ MAXSHIFT

constexpr Param<long long> scippp::params::PRESOLVING::BOUNDSHIFT::MAXSHIFT { "presolving/boundshift/maxshift" }
constexpr

absolute value of maximum shift

Definition at line 4732 of file parameters.hpp.

◆ PRIORITY

constexpr Param<int> scippp::params::PRESOLVING::BOUNDSHIFT::PRIORITY { "presolving/boundshift/priority" }
constexpr

priority of presolver <boundshift>

Definition at line 4726 of file parameters.hpp.

◆ TIMING

constexpr Param<int> scippp::params::PRESOLVING::BOUNDSHIFT::TIMING { "presolving/boundshift/timing" }
constexpr

timing mask of presolver <boundshift> (4:FAST, 8:MEDIUM, 16:EXHAUSTIVE, 32:FINAL)

Definition at line 4730 of file parameters.hpp.