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

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

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

Definition at line 5637 of file parameters.hpp.

◆ DELVARS

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

◆ DELVARSROOT

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

◆ MAXVARS

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

maximal number of variables priced in per pricing round

Definition at line 5633 of file parameters.hpp.

◆ MAXVARSROOT

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

maximal number of priced variables at the root node

Definition at line 5635 of file parameters.hpp.