Definition at line 155 of file model.h.
#include <model.h>
◆ Type
| Enumerator |
|---|
| INT_VALUE | |
| INT_INTERVAL | |
| INT_LIST | |
| DOMAIN_LIST | |
| FLOAT_VALUE | |
| FLOAT_INTERVAL | |
| FLOAT_LIST | |
| VAR_REF | |
| VAR_REF_ARRAY | |
| VOID_ARGUMENT | |
Definition at line 156 of file model.h.
◆ Contains()
| bool operations_research::fz::Argument::Contains |
( |
int64_t | value | ) |
const |
◆ DebugString()
| std::string operations_research::fz::Argument::DebugString |
( |
| ) |
const |
◆ DomainList()
| Argument operations_research::fz::Argument::DomainList |
( |
std::vector< Domain > | domains | ) |
|
|
static |
◆ FloatInterval()
| Argument operations_research::fz::Argument::FloatInterval |
( |
double | lb, |
|
|
double | ub ) |
|
static |
◆ FloatList()
| Argument operations_research::fz::Argument::FloatList |
( |
std::vector< double > | floats | ) |
|
|
static |
◆ FloatValue()
| Argument operations_research::fz::Argument::FloatValue |
( |
double | value | ) |
|
|
static |
◆ FromDomain()
| Argument operations_research::fz::Argument::FromDomain |
( |
const Domain & | domain | ) |
|
|
static |
◆ HasOneValue()
| bool operations_research::fz::Argument::HasOneValue |
( |
| ) |
const |
◆ HasOneValueAt()
| bool operations_research::fz::Argument::HasOneValueAt |
( |
int | pos | ) |
const |
◆ IntegerList()
| Argument operations_research::fz::Argument::IntegerList |
( |
std::vector< int64_t > | values | ) |
|
|
static |
◆ IntegerValue()
| Argument operations_research::fz::Argument::IntegerValue |
( |
int64_t | value | ) |
|
|
static |
◆ Interval()
| Argument operations_research::fz::Argument::Interval |
( |
int64_t | imin, |
|
|
int64_t | imax ) |
|
static |
◆ IsArrayOfValues()
| bool operations_research::fz::Argument::IsArrayOfValues |
( |
| ) |
const |
◆ IsVariable()
| bool operations_research::fz::Argument::IsVariable |
( |
| ) |
const |
◆ Size()
| int operations_research::fz::Argument::Size |
( |
| ) |
const |
◆ Value()
| int64_t operations_research::fz::Argument::Value |
( |
| ) |
const |
◆ ValueAt()
| int64_t operations_research::fz::Argument::ValueAt |
( |
int | pos | ) |
const |
◆ Var()
| Variable * operations_research::fz::Argument::Var |
( |
| ) |
const |
◆ VarAt()
| Variable * operations_research::fz::Argument::VarAt |
( |
int | pos | ) |
const |
◆ VarRef()
◆ VarRefArray()
| Argument operations_research::fz::Argument::VarRefArray |
( |
std::vector< Variable * > | vars | ) |
|
|
static |
◆ VoidArgument()
| Argument operations_research::fz::Argument::VoidArgument |
( |
| ) |
|
|
static |
◆ domains
| std::vector<Domain> operations_research::fz::Argument::domains |
◆ floats
| std::vector<double> operations_research::fz::Argument::floats |
◆ type
| Type operations_research::fz::Argument::type |
◆ values
| std::vector<int64_t> operations_research::fz::Argument::values |
◆ variables
| std::vector<Variable*> operations_research::fz::Argument::variables |
The documentation for this struct was generated from the following files: