FFSM++  1.1.0
French Forest Sector Model ++
endvar Struct Reference

#include <Opt.h>

Collaboration diagram for endvar:

Public Attributes

string name
 
int domain
 
string desc
 Description of the variable. More...
 
double l_bound
 A fixed numerical lower bound for all the domain. More...
 
double u_bound
 A fixed numerical upper bound for all the domain. More...
 
string l_bound_var
 A variable giving the lower bound. If present, the value defined in the variable overrides l_bound. More...
 
string u_bound_var
 A variable giving the upper bound. If present, the value defined in the variable overrides u_bound. More...
 

Detailed Description

Definition at line 279 of file Opt.h.

Member Data Documentation

string desc

Description of the variable.

Definition at line 282 of file Opt.h.

Referenced by Opt::declareVariable().

int domain

Definition at line 281 of file Opt.h.

Referenced by Opt::declareVariable(), and Opt::getDetailedBoundByVarAndIndex().

double l_bound

A fixed numerical lower bound for all the domain.

Definition at line 283 of file Opt.h.

Referenced by Opt::declareVariable().

string l_bound_var

A variable giving the lower bound. If present, the value defined in the variable overrides l_bound.

Definition at line 285 of file Opt.h.

Referenced by Opt::declareVariable(), and Opt::getDetailedBoundByVarAndIndex().

string name

Definition at line 280 of file Opt.h.

Referenced by Opt::declareVariable(), and Opt::getDetailedBoundByVarAndIndex().

double u_bound

A fixed numerical upper bound for all the domain.

Definition at line 284 of file Opt.h.

Referenced by Opt::declareVariable().

string u_bound_var

A variable giving the upper bound. If present, the value defined in the variable overrides u_bound.

Definition at line 286 of file Opt.h.

Referenced by Opt::declareVariable(), and Opt::getDetailedBoundByVarAndIndex().


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