FMT 1.2.0
Forest management tools for forest planning
Loading...
Searching...
No Matches
Classes
Heuristics Namespace Reference

Namespace regrouping all tools for solving LP/MIP problems using an heuristic. More...

Classes

class  FMTLpHeuristic
 Base class for solving LP and MIP problems using a heuristic, holding a random generator and its own copy of the solver interface. More...
 
class  FMTLpHeuristicMtHandler
 Multithreading handler running several LP heuristics in parallel and keeping the best solution. More...
 
class  FMTOperatingArea
 Operating area giving information about its mask, neighbors and neighbors perimeter. More...
 
class  FMTOperatingAreaCluster
 Potential cluster of multiple operating areas. More...
 
class  FMTOperatingAreaClusterBinary
 Definition of a non clustered operating area, used by the FMTOperatingAreaCluster. More...
 
class  FMTOperatingAreaClusterer
 Heuristic to do spatial clustering of operating areas across a landscape from a shapefile. More...
 
class  FMTOperatingAreaComparator
 Comparator to find a FMTOperatingArea with std::find_if when operating areas are in an stl container. More...
 
class  FMTOperatingAreaScheduler
 Heuristic to solve the spatialization problem across a landscape for multiple operating areas. More...
 
class  FMTOperatingAreaScheme
 Operating area scheme giving information about its opening time, green up and return time. More...
 
class  FMTOperatingAreaSchemeComparator
 Comparator to find a FMTOperatingAreaScheme with std::find_if when operating area schemes are in an stl container. More...
 

Detailed Description

Namespace regrouping all tools for solving LP/MIP problems using an heuristic.