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

Parameters with prefix compression/weakcompr. More...

Variables

constexpr Param< bool > CONVERTCONSS { "compression/weakcompr/convertconss" }
 convert constraints into nodes
 
constexpr Param< int > MINNLEAVES { "compression/weakcompr/minnleaves" }
 minimal number of leave nodes for calling tree compression <weakcompr>
 
constexpr Param< int > PRIORITY { "compression/weakcompr/priority" }
 priority of compression <weakcompr>
 

Detailed Description

Parameters with prefix compression/weakcompr.

Variable Documentation

◆ CONVERTCONSS

constexpr Param<bool> scippp::params::COMPRESSION::WEAKCOMPR::CONVERTCONSS { "compression/weakcompr/convertconss" }
constexpr

convert constraints into nodes

Definition at line 571 of file parameters.hpp.

◆ MINNLEAVES

constexpr Param<int> scippp::params::COMPRESSION::WEAKCOMPR::MINNLEAVES { "compression/weakcompr/minnleaves" }
constexpr

minimal number of leave nodes for calling tree compression <weakcompr>

Definition at line 569 of file parameters.hpp.

◆ PRIORITY

constexpr Param<int> scippp::params::COMPRESSION::WEAKCOMPR::PRIORITY { "compression/weakcompr/priority" }
constexpr

priority of compression <weakcompr>

Definition at line 567 of file parameters.hpp.