![]() |
FMT 1.2.0
Forest management tools for forest planning
|
#include "FMTSrModel.h"#include <boost/serialization/export.hpp>#include <boost/serialization/split_member.hpp>#include <boost/serialization/unordered_map.hpp>#include <boost/serialization/vector.hpp>#include <boost/thread/recursive_mutex.hpp>#include <boost/thread/lock_guard.hpp>#include <limits>#include <map>Go to the source code of this file.
Classes | |
| class | Models::FMTLpModel |
| Type III LP forest planning model, with the graph divided per period. More... | |
Namespaces | |
| namespace | Heuristics |
| Namespace regrouping all tools for solving LP/MIP problems using an heuristic. | |
| namespace | Models |
| Namespace containing all enumerator and classes used to construct or manipulate the different type of model in FMT. | |
Enumerations | |
| enum | Models::FMTmatrixelement { Models::goalvariable =0 , Models::levelvariable =1 , Models::objectivevariable =2 , Models::constraint =3 , Models::strictlypositive =4 , Models::nr_items =5 } |
| Enum for the matrix element types present within the matrix. More... | |