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

Parameters with prefix branching/inference. More...

Variables

constexpr Param< int > CONFLICTPRIO { "branching/inference/conflictprio" }
 priority value for using conflict weights in lex. order
 
constexpr Param< double > CONFLICTWEIGHT { "branching/inference/conflictweight" }
 weight in score calculations for conflict score
 
constexpr Param< int > CUTOFFPRIO { "branching/inference/cutoffprio" }
 priority value for using cutoff weights in lex. order
 
constexpr Param< double > CUTOFFWEIGHT { "branching/inference/cutoffweight" }
 weight in score calculations for cutoff score
 
constexpr Param< bool > FRACTIONALS { "branching/inference/fractionals" }
 should branching on LP solution be restricted to the fractional variables?
 
constexpr Param< double > INFERENCEWEIGHT { "branching/inference/inferenceweight" }
 weight in score calculations for inference score
 
constexpr Param< double > MAXBOUNDDIST { "branching/inference/maxbounddist" }
 maximal relative distance from current node's dual bound to primal bound compared to best node's dual bound for applying branching rule (0.0: only on current best node, 1.0: on all nodes)
 
constexpr Param< int > MAXDEPTH { "branching/inference/maxdepth" }
 maximal depth level, up to which branching rule <inference> should be used (-1 for no limit)
 
constexpr Param< int > PRIORITY { "branching/inference/priority" }
 priority of branching rule <inference>
 
constexpr Param< double > RELIABLESCORE { "branching/inference/reliablescore" }
 weight in score calculations for conflict score
 
constexpr Param< bool > USEWEIGHTEDSUM { "branching/inference/useweightedsum" }
 should a weighted sum of inference, conflict and cutoff weights be used?
 

Detailed Description

Parameters with prefix branching/inference.

Variable Documentation

◆ CONFLICTPRIO

constexpr Param<int> scippp::params::BRANCHING::INFERENCE::CONFLICTPRIO { "branching/inference/conflictprio" }
constexpr

priority value for using conflict weights in lex. order

Definition at line 248 of file parameters.hpp.

◆ CONFLICTWEIGHT

constexpr Param<double> scippp::params::BRANCHING::INFERENCE::CONFLICTWEIGHT { "branching/inference/conflictweight" }
constexpr

weight in score calculations for conflict score

Definition at line 236 of file parameters.hpp.

◆ CUTOFFPRIO

constexpr Param<int> scippp::params::BRANCHING::INFERENCE::CUTOFFPRIO { "branching/inference/cutoffprio" }
constexpr

priority value for using cutoff weights in lex. order

Definition at line 250 of file parameters.hpp.

◆ CUTOFFWEIGHT

constexpr Param<double> scippp::params::BRANCHING::INFERENCE::CUTOFFWEIGHT { "branching/inference/cutoffweight" }
constexpr

weight in score calculations for cutoff score

Definition at line 240 of file parameters.hpp.

◆ FRACTIONALS

constexpr Param<bool> scippp::params::BRANCHING::INFERENCE::FRACTIONALS { "branching/inference/fractionals" }
constexpr

should branching on LP solution be restricted to the fractional variables?

Definition at line 242 of file parameters.hpp.

◆ INFERENCEWEIGHT

constexpr Param<double> scippp::params::BRANCHING::INFERENCE::INFERENCEWEIGHT { "branching/inference/inferenceweight" }
constexpr

weight in score calculations for inference score

Definition at line 238 of file parameters.hpp.

◆ MAXBOUNDDIST

constexpr Param<double> scippp::params::BRANCHING::INFERENCE::MAXBOUNDDIST { "branching/inference/maxbounddist" }
constexpr

maximal relative distance from current node's dual bound to primal bound compared to best node's dual bound for applying branching rule (0.0: only on current best node, 1.0: on all nodes)

Definition at line 234 of file parameters.hpp.

◆ MAXDEPTH

constexpr Param<int> scippp::params::BRANCHING::INFERENCE::MAXDEPTH { "branching/inference/maxdepth" }
constexpr

maximal depth level, up to which branching rule <inference> should be used (-1 for no limit)

Definition at line 231 of file parameters.hpp.

◆ PRIORITY

constexpr Param<int> scippp::params::BRANCHING::INFERENCE::PRIORITY { "branching/inference/priority" }
constexpr

priority of branching rule <inference>

Definition at line 229 of file parameters.hpp.

◆ RELIABLESCORE

constexpr Param<double> scippp::params::BRANCHING::INFERENCE::RELIABLESCORE { "branching/inference/reliablescore" }
constexpr

weight in score calculations for conflict score

Definition at line 246 of file parameters.hpp.

◆ USEWEIGHTEDSUM

constexpr Param<bool> scippp::params::BRANCHING::INFERENCE::USEWEIGHTEDSUM { "branching/inference/useweightedsum" }
constexpr

should a weighted sum of inference, conflict and cutoff weights be used?

Definition at line 244 of file parameters.hpp.