|
Minotaur 0.4.1
Docs for developers
|
Define class for generating cuts for quadratic constraints from the simplex tableau. More...
#include "Constraint.h"#include "Environment.h"#include "LPEngine.h"#include "Problem.h"#include "Types.h"

Go to the source code of this file.
Classes | |
| struct | Minotaur::TableauInfo |
| A structure to store info from the simplex tableau. More... | |
| struct | Minotaur::CutStats |
| struct | Minotaur::SimplexCut |
| class | Minotaur::SimplexQuadCutGen |
Namespaces | |
| namespace | Minotaur |
Typedefs | |
| typedef std::map< int, std::pair< double, double > > | Minotaur::SlackBound |
| typedef SimplexCut * | Minotaur::SimplexCutPtr |
| typedef std::vector< SimplexCutPtr > | Minotaur::SimplexCutVector |
| typedef SimplexQuadCutGen * | Minotaur::SimplexQuadCutGenPtr |
Define class for generating cuts for quadratic constraints from the simplex tableau.