Scippy

SoPlex

Sequential object-oriented simPlex

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

#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...
 

Detailed Description

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

Definition at line 1491 of file soplex.h.

Constructor & Destructor Documentation

◆ IntParam()

IntParam ( )

constructor

Member Data Documentation

◆ defaultValue

int defaultValue[SoPlexBase< R >::INTPARAM_COUNT]

array of default values for integer parameters

Definition at line 1500 of file soplex.h.

◆ description

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

array of descriptions for integer parameters

Definition at line 1498 of file soplex.h.

◆ lower

int lower[SoPlexBase< R >::INTPARAM_COUNT]

array of lower bounds for int parameter values

Definition at line 1502 of file soplex.h.

◆ name

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

array of names for integer parameters

Definition at line 1496 of file soplex.h.

◆ upper

int upper[SoPlexBase< R >::INTPARAM_COUNT]

array of upper bounds for int parameter values

Definition at line 1504 of file soplex.h.