![]() |
FMT 0.9.8
Forest management tools for forest planning
|
#include "FMTexceptionhandler.hpp"#include "FMTobject.hpp"#include <boost/serialization/export.hpp>#include <boost/serialization/array.hpp>#include <boost/serialization/vector.hpp>#include <array>#include <vector>Go to the source code of this file.
Classes | |
| class | Models::FMTmodelparameters |
Namespaces | |
| namespace | Models |
| Namespace containing all enumerator and classes used to construct or manipulate the different type of model in FMT. | |
Enumerations | |
| enum | Models::FMTintmodelparameters { Models::LENGTH = 0 , Models::SEED = 1 , Models::NUMBER_OF_ITERATIONS = 2 , Models::PRESOLVE_ITERATIONS = 3 , Models::NUMBER_OF_THREADS = 4 , Models::MATRIX_TYPE = 5 , Models::UPDATE = 6 , Models::LastIntModelParam = 7 } |
| enum | Models::FMTdblmodelparameters { Models::TOLERANCE = 0 , Models::GOALING_SCHEDULE_WEIGHT = 1 , Models::LastDblModelParam = 2 } |
| enum | Models::FMTboolmodelparameters { Models::FORCE_PARTIAL_BUILD = 0 , Models::STRICTLY_POSITIVE = 1 , Models::POSTSOLVE = 2 , Models::SHOW_LOCK_IN_SCHEDULES = 3 , Models::PRESOLVE_CAN_REMOVE_STATIC_THEMES =4 , Models::DEBUG_MATRIX = 5 , Models::LastBoolModelParam = 6 } |