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

Parameters with prefix pricing. More...

Variables

constexpr Param< double > ABORTFAC { "pricing/abortfac" }
 pricing is aborted, if fac * pricing/maxvars pricing candidates were found
 
constexpr Param< bool > DELVARS { "pricing/delvars" }
 should variables created at the current node be deleted when the node is solved in case they are not present in the LP anymore?
 
constexpr Param< bool > DELVARSROOT { "pricing/delvarsroot" }
 should variables created at the root node be deleted when the root is solved in case they are not present in the LP anymore?
 
constexpr Param< int > MAXVARS { "pricing/maxvars" }
 maximal number of variables priced in per pricing round
 
constexpr Param< int > MAXVARSROOT { "pricing/maxvarsroot" }
 maximal number of priced variables at the root node
 

Detailed Description

Parameters with prefix pricing.

Variable Documentation

◆ ABORTFAC

constexpr Param<double> scippp::params::PRICING::ABORTFAC { "pricing/abortfac" }
constexpr

pricing is aborted, if fac * pricing/maxvars pricing candidates were found

Definition at line 4982 of file parameters.hpp.

◆ DELVARS

constexpr Param<bool> scippp::params::PRICING::DELVARS { "pricing/delvars" }
constexpr

should variables created at the current node be deleted when the node is solved in case they are not present in the LP anymore?

Definition at line 4985 of file parameters.hpp.

◆ DELVARSROOT

constexpr Param<bool> scippp::params::PRICING::DELVARSROOT { "pricing/delvarsroot" }
constexpr

should variables created at the root node be deleted when the root is solved in case they are not present in the LP anymore?

Definition at line 4988 of file parameters.hpp.

◆ MAXVARS

constexpr Param<int> scippp::params::PRICING::MAXVARS { "pricing/maxvars" }
constexpr

maximal number of variables priced in per pricing round

Definition at line 4978 of file parameters.hpp.

◆ MAXVARSROOT

constexpr Param<int> scippp::params::PRICING::MAXVARSROOT { "pricing/maxvarsroot" }
constexpr

maximal number of priced variables at the root node

Definition at line 4980 of file parameters.hpp.