#include <soplex.h>
Public Member Functions | |
IntParam () | |
constructor More... | |
Public Attributes | |
std::string | name [SoPlexBase< R >::INTPARAM_COUNT] |
array of names for integer parameters More... | |
std::string | description [SoPlexBase< R >::INTPARAM_COUNT] |
array of descriptions for integer parameters More... | |
int | defaultValue [SoPlexBase< R >::INTPARAM_COUNT] |
array of default values for integer parameters More... | |
int | lower [SoPlexBase< R >::INTPARAM_COUNT] |
array of lower bounds for int parameter values More... | |
int | upper [SoPlexBase< R >::INTPARAM_COUNT] |
array of upper bounds for int parameter values More... | |
IntParam | ( | ) |
constructor
int defaultValue[SoPlexBase< R >::INTPARAM_COUNT] |
std::string description[SoPlexBase< R >::INTPARAM_COUNT] |
int lower[SoPlexBase< R >::INTPARAM_COUNT] |
std::string name[SoPlexBase< R >::INTPARAM_COUNT] |
int upper[SoPlexBase< R >::INTPARAM_COUNT] |