Gecode 6.4.0
Gecode::Optimize::VariableSpec Struct Reference

#include < -- improving gecode/implementation/gecode/gecode/optimize/model.hpp>

Public Attributes

VariableType type = VariableType::Continuous
double lower = 0.0
double upper = std::numeric_limits<double>::infinity()
std::string name

Member Data Documentation

◆ type

VariableType Gecode::Optimize::VariableSpec::type = VariableType::Continuous

◆ lower

double Gecode::Optimize::VariableSpec::lower = 0.0

◆ upper

double Gecode::Optimize::VariableSpec::upper = std::numeric_limits<double>::infinity()

◆ name

std::string Gecode::Optimize::VariableSpec::name

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