SoPlex Documentation
Loading...
Searching...
No Matches
SoPlexBase< R >::Settings::BoolParam Struct Reference

#include <soplex.h>

Public Member Functions

 BoolParam ()
 constructor
 

Public Attributes

std::string name [SoPlexBase< R >::BOOLPARAM_COUNT]
 array of names for boolean parameters
 
std::string description [SoPlexBase< R >::BOOLPARAM_COUNT]
 array of descriptions for boolean parameters
 
bool defaultValue [SoPlexBase< R >::BOOLPARAM_COUNT]
 array of default values for boolean parameters
 

Detailed Description

template<class R>
struct soplex::SoPlexBase< R >::Settings::BoolParam

Definition at line 1489 of file soplex.h.

Constructor & Destructor Documentation

◆ BoolParam()

template<class R >
BoolParam ( )

constructor

Member Data Documentation

◆ defaultValue

template<class R >
bool defaultValue[SoPlexBase< R >::BOOLPARAM_COUNT]

array of default values for boolean parameters

Definition at line 1498 of file soplex.h.

◆ description

template<class R >
std::string description[SoPlexBase< R >::BOOLPARAM_COUNT]

array of descriptions for boolean parameters

Definition at line 1496 of file soplex.h.

◆ name

template<class R >
std::string name[SoPlexBase< R >::BOOLPARAM_COUNT]

array of names for boolean parameters

Definition at line 1494 of file soplex.h.