| 
    FFSM++
    1.1.0
    
   French Forest Sector Model ++ 
   | 
 
#include <Opt.h>

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... | |
| 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().