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

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 178 of file parameters.hpp.

◆ MAXDEPTH

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 175 of file parameters.hpp.

◆ MAXDEPTHUNION

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

maximum depth for the union

Definition at line 192 of file parameters.hpp.

◆ MAXPOINTS

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 186 of file parameters.hpp.

◆ MINSUCCESSRATE

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

minimum success rate for the cloud

Definition at line 188 of file parameters.hpp.

◆ MINSUCCESSUNION

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

minimum success rate for the union

Definition at line 190 of file parameters.hpp.

◆ ONLYF2

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

should only F2 be used?

Definition at line 182 of file parameters.hpp.

◆ PRIORITY

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

priority of branching rule <cloud>

Definition at line 173 of file parameters.hpp.

◆ USECLOUD

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

should a cloud of points be used?

Definition at line 180 of file parameters.hpp.

◆ USEUNION

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

should the union of candidates be used?

Definition at line 184 of file parameters.hpp.