![]() |
MAiNGO
|
#include "evaluationContainer.h"
#include "babOptVar.h"
#include "babUtils.h"
#include "ffunc.hpp"
#include "functionWrapper.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | maingo::MAiNGOmodel |
This class is the base class for models to be solved by MAiNGO. More... | |
Namespaces | |
maingo | |
namespace holding all essentials of MAiNGO | |
Typedefs | |
using | maingo::OptimizationVariable = babBase::OptimizationVariable |
using | maingo::Bounds = babBase::Bounds |
using | maingo::VT = babBase::enums::VT |
Variables | |
constexpr VT | maingo::VT_CONTINUOUS = babBase::enums::VT_CONTINUOUS |
constexpr VT | maingo::VT_BINARY = babBase::enums::VT_BINARY |
constexpr VT | maingo::VT_INTEGER = babBase::enums::VT_INTEGER |