Scippy

SoPlex

Sequential object-oriented simPlex

SoPlexBase< R >::Settings::BoolParam Struct Reference

#include <soplex.h>

Public Member Functions

 BoolParam ()
 constructor More...
 

Public Attributes

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

Detailed Description

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

Definition at line 1479 of file soplex.h.

Constructor & Destructor Documentation

◆ BoolParam()

BoolParam ( )

constructor

Member Data Documentation

◆ defaultValue

bool defaultValue[SoPlexBase< R >::BOOLPARAM_COUNT]

array of default values for boolean parameters

Definition at line 1488 of file soplex.h.

◆ description

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

array of descriptions for boolean parameters

Definition at line 1486 of file soplex.h.

◆ name

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

array of names for boolean parameters

Definition at line 1484 of file soplex.h.