OPAL (Object Oriented Parallel Accelerator Library) 2022.1
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 |
bool reqVarInfo::is_valid |
Definition at line 68 of file Types.h.
Referenced by serialize().
InfoType_t reqVarInfo::type |
Definition at line 66 of file Types.h.
Referenced by serialize().
std::vector<double> reqVarInfo::value |
Definition at line 67 of file Types.h.
Referenced by serialize().