OPAL (Object Oriented Parallel Accelerator Library)  2021.1.99
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)
 

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 65 of file Types.h.

Member Function Documentation

◆ serialize()

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

Definition at line 71 of file Types.h.

Member Data Documentation

◆ is_valid

bool reqVarInfo_t::is_valid

Definition at line 68 of file Types.h.

◆ type

InfoType_t reqVarInfo_t::type

Definition at line 66 of file Types.h.

◆ value

std::vector<double> reqVarInfo_t::value

Definition at line 67 of file Types.h.


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