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

#include <soplex.h>

Public Member Functions

 IntParam ()
 constructor
 

Public Attributes

std::string name [SoPlexBase< R >::INTPARAM_COUNT]
 array of names for integer parameters
 
std::string description [SoPlexBase< R >::INTPARAM_COUNT]
 array of descriptions for integer parameters
 
int defaultValue [SoPlexBase< R >::INTPARAM_COUNT]
 array of default values for integer parameters
 
int lower [SoPlexBase< R >::INTPARAM_COUNT]
 array of lower bounds for int parameter values
 
int upper [SoPlexBase< R >::INTPARAM_COUNT]
 array of upper bounds for int parameter values
 

Detailed Description

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

Definition at line 1501 of file soplex.h.

Constructor & Destructor Documentation

◆ IntParam()

template<class R >
IntParam ( )

constructor

Member Data Documentation

◆ defaultValue

template<class R >
int defaultValue[SoPlexBase< R >::INTPARAM_COUNT]

array of default values for integer parameters

Definition at line 1510 of file soplex.h.

◆ description

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

array of descriptions for integer parameters

Definition at line 1508 of file soplex.h.

◆ lower

template<class R >
int lower[SoPlexBase< R >::INTPARAM_COUNT]

array of lower bounds for int parameter values

Definition at line 1512 of file soplex.h.

◆ name

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

array of names for integer parameters

Definition at line 1506 of file soplex.h.

◆ upper

template<class R >
int upper[SoPlexBase< R >::INTPARAM_COUNT]

array of upper bounds for int parameter values

Definition at line 1514 of file soplex.h.