OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Member Functions | Public Attributes | List of all members
reqVarInfo_t Struct Reference

#include <Types.h>

Public Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Public Attributes

InfoType_t type
 
std::vector< double > value
 
bool is_valid
 

Detailed Description

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:

Definition at line 50 of file Types.h.

Member Function Documentation

template<class Archive >
void reqVarInfo_t::serialize ( Archive &  ar,
const unsigned int  version 
)
inline

Definition at line 56 of file Types.h.

Member Data Documentation

bool reqVarInfo_t::is_valid

Definition at line 53 of file Types.h.

InfoType_t reqVarInfo_t::type

Definition at line 51 of file Types.h.

std::vector<double> reqVarInfo_t::value

Definition at line 52 of file Types.h.


The documentation for this struct was generated from the following file: