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

Parameters with prefix randomization. More...

Variables

constexpr Param< int > LPSEED { "randomization/lpseed" }
 random seed for LP solver, e.g. for perturbations in the simplex (0: LP default)
 
constexpr Param< int > PERMUTATIONSEED { "randomization/permutationseed" }
 seed value for permuting the problem after reading/transformation (0: no permutation)
 
constexpr Param< bool > PERMUTECONSS { "randomization/permuteconss" }
 should order of constraints be permuted (depends on permutationseed)?
 
constexpr Param< bool > PERMUTEVARS { "randomization/permutevars" }
 should order of variables be permuted (depends on permutationseed)?
 
constexpr Param< int > RANDOMSEEDSHIFT { "randomization/randomseedshift" }
 global shift of all random seeds in the plugins and the LP random seed
 

Detailed Description

Parameters with prefix randomization.

Variable Documentation

◆ LPSEED

constexpr Param<int> scippp::params::RANDOMIZATION::LPSEED { "randomization/lpseed" }
constexpr

random seed for LP solver, e.g. for perturbations in the simplex (0: LP default)

Definition at line 5380 of file parameters.hpp.

◆ PERMUTATIONSEED

constexpr Param<int> scippp::params::RANDOMIZATION::PERMUTATIONSEED { "randomization/permutationseed" }
constexpr

seed value for permuting the problem after reading/transformation (0: no permutation)

Definition at line 5374 of file parameters.hpp.

◆ PERMUTECONSS

constexpr Param<bool> scippp::params::RANDOMIZATION::PERMUTECONSS { "randomization/permuteconss" }
constexpr

should order of constraints be permuted (depends on permutationseed)?

Definition at line 5376 of file parameters.hpp.

◆ PERMUTEVARS

constexpr Param<bool> scippp::params::RANDOMIZATION::PERMUTEVARS { "randomization/permutevars" }
constexpr

should order of variables be permuted (depends on permutationseed)?

Definition at line 5378 of file parameters.hpp.

◆ RANDOMSEEDSHIFT

constexpr Param<int> scippp::params::RANDOMIZATION::RANDOMSEEDSHIFT { "randomization/randomseedshift" }
constexpr

global shift of all random seeds in the plugins and the LP random seed

Definition at line 5372 of file parameters.hpp.