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

Parameters with prefix branching/cloud. More...

Variables

constexpr Param< double > MAXBOUNDDIST { "branching/cloud/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/cloud/maxdepth" }
 maximal depth level, up to which branching rule <cloud> should be used (-1 for no limit)
 
constexpr Param< int > MAXDEPTHUNION { "branching/cloud/maxdepthunion" }
 maximum depth for the union
 
constexpr Param< int > MAXPOINTS { "branching/cloud/maxpoints" }
 maximum number of points for the cloud (-1 means no limit)
 
constexpr Param< double > MINSUCCESSRATE { "branching/cloud/minsuccessrate" }
 minimum success rate for the cloud
 
constexpr Param< double > MINSUCCESSUNION { "branching/cloud/minsuccessunion" }
 minimum success rate for the union
 
constexpr Param< bool > ONLYF2 { "branching/cloud/onlyF2" }
 should only F2 be used?
 
constexpr Param< int > PRIORITY { "branching/cloud/priority" }
 priority of branching rule <cloud>
 
constexpr Param< bool > USECLOUD { "branching/cloud/usecloud" }
 should a cloud of points be used?
 
constexpr Param< bool > USEUNION { "branching/cloud/useunion" }
 should the union of candidates be used?
 

Detailed Description

Parameters with prefix branching/cloud.

Variable Documentation

◆ MAXBOUNDDIST

constexpr Param<double> scippp::params::BRANCHING::CLOUD::MAXBOUNDDIST { "branching/cloud/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 173 of file parameters.hpp.

◆ MAXDEPTH

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

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

Definition at line 170 of file parameters.hpp.

◆ MAXDEPTHUNION

constexpr Param<int> scippp::params::BRANCHING::CLOUD::MAXDEPTHUNION { "branching/cloud/maxdepthunion" }
constexpr

maximum depth for the union

Definition at line 187 of file parameters.hpp.

◆ MAXPOINTS

constexpr Param<int> scippp::params::BRANCHING::CLOUD::MAXPOINTS { "branching/cloud/maxpoints" }
constexpr

maximum number of points for the cloud (-1 means no limit)

Definition at line 181 of file parameters.hpp.

◆ MINSUCCESSRATE

constexpr Param<double> scippp::params::BRANCHING::CLOUD::MINSUCCESSRATE { "branching/cloud/minsuccessrate" }
constexpr

minimum success rate for the cloud

Definition at line 183 of file parameters.hpp.

◆ MINSUCCESSUNION

constexpr Param<double> scippp::params::BRANCHING::CLOUD::MINSUCCESSUNION { "branching/cloud/minsuccessunion" }
constexpr

minimum success rate for the union

Definition at line 185 of file parameters.hpp.

◆ ONLYF2

constexpr Param<bool> scippp::params::BRANCHING::CLOUD::ONLYF2 { "branching/cloud/onlyF2" }
constexpr

should only F2 be used?

Definition at line 177 of file parameters.hpp.

◆ PRIORITY

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

priority of branching rule <cloud>

Definition at line 168 of file parameters.hpp.

◆ USECLOUD

constexpr Param<bool> scippp::params::BRANCHING::CLOUD::USECLOUD { "branching/cloud/usecloud" }
constexpr

should a cloud of points be used?

Definition at line 175 of file parameters.hpp.

◆ USEUNION

constexpr Param<bool> scippp::params::BRANCHING::CLOUD::USEUNION { "branching/cloud/useunion" }
constexpr

should the union of candidates be used?

Definition at line 179 of file parameters.hpp.