| OPAL (Object Oriented Parallel Accelerator Library)
    2021.1.99
    OPAL | 
#include <Types.h>
| Public Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int) | 
| Public Attributes | |
| InfoType_t | type | 
| std::vector< double > | value | 
| bool | is_valid | 
type of an expression value is either a single double in case of objectives and for constraints we include the value of LHS and RHS. a requested variable has the following form:
| 
 | inline | 
| InfoType_t reqVarInfo_t::type |