![]() |
FMT 1.2.0
Forest management tools for forest planning
|
#include "FMTOutput.h"#include <vector>#include <string>#include <limits>#include "FMTBounds.hpp"#include <boost/serialization/serialization.hpp>#include <boost/serialization/nvp.hpp>#include <boost/serialization/export.hpp>Go to the source code of this file.
Classes | |
| class | Core::FMTConstraint |
| Representation of a line in the optimize section, an objective being considered a constraint. More... | |
Namespaces | |
| namespace | Core |
| The Core namespace provides classes for simulating stands/strata growth/harvest through time. | |
Enumerations | |
| enum | Core::FMTconstrainttype { Core::FMTMAXobjective = 1 , Core::FMTMINobjective = 2 , Core::FMTMAXMINobjective = 3 , Core::FMTMINMAXobjective = 4 , Core::FMTevenflow = 5 , Core::FMTnondeclining = 6 , Core::FMTsequence = 7 , Core::FMTstandard = 8 , Core::FMTspatialsize = 9 , Core::FMTspatialadjacency = 10 , Core::FMTspatialgreenup = 11 , Core::FMTSpatialGroup = 12 , Core::FMTrandomaction = 13 } |
| Enumerator of the constraint and objective types found in an optimization section, including spatial constraints for the SA model. More... | |