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

Parameters with prefix constraints. More...

Namespaces

namespace  AND
 Parameters with prefix constraints/and.
 
namespace  BENDERS
 Parameters with prefix constraints/benders.
 
namespace  BENDERSLP
 Parameters with prefix constraints/benderslp.
 
namespace  BOUNDDISJUNCTION
 Parameters with prefix constraints/bounddisjunction.
 
namespace  CARDINALITY
 Parameters with prefix constraints/cardinality.
 
namespace  COMPONENTS
 Parameters with prefix constraints/components.
 
namespace  CONJUNCTION
 Parameters with prefix constraints/conjunction.
 
namespace  COUNTSOLS
 Parameters with prefix constraints/countsols.
 
namespace  CUMULATIVE
 Parameters with prefix constraints/cumulative.
 
namespace  DISJUNCTION
 Parameters with prefix constraints/disjunction.
 
namespace  INDICATOR
 Parameters with prefix constraints/indicator.
 
namespace  INTEGRAL
 Parameters with prefix constraints/integral.
 
namespace  KNAPSACK
 Parameters with prefix constraints/knapsack.
 
namespace  LINEAR
 Parameters with prefix constraints/linear.
 
namespace  LINKING
 Parameters with prefix constraints/linking.
 
namespace  LOGICOR
 Parameters with prefix constraints/logicor.
 
namespace  NONLINEAR
 Parameters with prefix constraints/nonlinear.
 
namespace  OR
 Parameters with prefix constraints/or.
 
namespace  ORBISACK
 Parameters with prefix constraints/orbisack.
 
namespace  ORBITOPE
 Parameters with prefix constraints/orbitope.
 
namespace  PSEUDOBOOLEAN
 Parameters with prefix constraints/pseudoboolean.
 
namespace  SETPPC
 Parameters with prefix constraints/setppc.
 
namespace  SOS1
 Parameters with prefix constraints/sos1.
 
namespace  SOS2
 Parameters with prefix constraints/sos2.
 
namespace  SUPERINDICATOR
 Parameters with prefix constraints/superindicator.
 
namespace  SYMRESACK
 Parameters with prefix constraints/symresack.
 
namespace  VARBOUND
 Parameters with prefix constraints/varbound.
 
namespace  XOR
 Parameters with prefix constraints/xor.
 

Variables

constexpr Param< int > AGELIMIT { "constraints/agelimit" }
 maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
 
constexpr Param< bool > DISABLEENFOPS { "constraints/disableenfops" }
 should enforcement of pseudo solution be disabled?
 
constexpr Param< int > OBSOLETEAGE { "constraints/obsoleteage" }
 age of a constraint after which it is marked obsolete (0: dynamic, -1 do not mark constraints obsolete)
 

Detailed Description

Parameters with prefix constraints.

Variable Documentation

◆ AGELIMIT

constexpr Param<int> scippp::params::CONSTRAINTS::AGELIMIT { "constraints/agelimit" }
constexpr

maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)

Definition at line 778 of file parameters.hpp.

◆ DISABLEENFOPS

constexpr Param<bool> scippp::params::CONSTRAINTS::DISABLEENFOPS { "constraints/disableenfops" }
constexpr

should enforcement of pseudo solution be disabled?

Definition at line 782 of file parameters.hpp.

◆ OBSOLETEAGE

constexpr Param<int> scippp::params::CONSTRAINTS::OBSOLETEAGE { "constraints/obsoleteage" }
constexpr

age of a constraint after which it is marked obsolete (0: dynamic, -1 do not mark constraints obsolete)

Definition at line 780 of file parameters.hpp.