FMT 0.9.8
Forest management tools for forest planning
Loading...
Searching...
No Matches
FMTsolverinterface.hpp
Go to the documentation of this file.
1/*
2Copyright (c) 2019 Gouvernement du Québec
3
4SPDX-License-Identifier: LiLiQ-R-1.1
5License-Filename: LICENSES/EN/LiLiQ-R11unicode.txt
6*/
7
8#ifndef FMTsolverinterface_H
9#define FMTsolverinterface_H
10
11#ifdef FMTWITHOSI
12
13namespace Models
14{
15
16 //Docstring: FMTsolverinterface
21 {
22 CLP = 1,
23 //#ifdef FMTWITHMOSEK
24 MOSEK = 2,
25 //#endif
26 CPLEX = 3,
27 GUROBI = 4
28 };
29
30}
31
32#endif
33#endif
Namespace containing all enumerator and classes used to construct or manipulate the different type of...
Definition: FMTareaparser.hpp:50
FMTsolverinterface
Definition: FMTsolverinterface.hpp:21