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

Parameters with prefix nlp. More...

Variables

constexpr Param< bool > DISABLE { "nlp/disable" }
 should the NLP relaxation be always disabled (also for NLPs/MINLPs)?
 
constexpr Param< std::string > SOLVER { "nlp/solver" }
 solver to use for solving NLPs; leave empty to select NLPI with highest priority
 

Detailed Description

Parameters with prefix nlp.

Variable Documentation

◆ DISABLE

constexpr Param<bool> scippp::params::NLP::DISABLE { "nlp/disable" }
constexpr

should the NLP relaxation be always disabled (also for NLPs/MINLPs)?

Definition at line 4563 of file parameters.hpp.

◆ SOLVER

constexpr Param<std::string> scippp::params::NLP::SOLVER { "nlp/solver" }
constexpr

solver to use for solving NLPs; leave empty to select NLPI with highest priority

Definition at line 4561 of file parameters.hpp.