|
Minotaur 0.4.1
Docs for developers
|
Declare an interface to the Uno nlp-solver. More...
#include "NLPEngine.h"#include "Solution.h"#include "Uno.hpp"#include "WarmStart.h"#include "ingredients/constraint_relaxation_strategy/ConstraintRelaxationStrategyFactory.hpp"#include "ingredients/globalization_mechanism/GlobalizationMechanismFactory.hpp"#include "model/ModelFactory.hpp"#include "tools/Logger.hpp"#include "tools/Options.hpp"

Go to the source code of this file.
Classes | |
| struct | Minotaur::UnoStats |
| class | Minotaur::UnoSolution |
| class | Minotaur::UnoWarmStart |
| Class for saving and using Warm-start information in Uno. More... | |
| class | Minotaur::UnoEngine |
Namespaces | |
| namespace | Minotaur |
Typedefs | |
| typedef UnoEngine * | Minotaur::UnoEnginePtr |
| typedef UnoSolution * | Minotaur::UnoSolPtr |
| typedef const UnoSolution * | Minotaur::ConstUnoSolPtr |
| typedef UnoWarmStart * | Minotaur::UnoWarmStartPtr |
| typedef const UnoWarmStart * | Minotaur::ConstUnoWarmStartPtr |
Declare an interface to the Uno nlp-solver.
This file contains declartions for interface to Uno.