Minotaur 0.4.1
Docs for developers
|
Declare a handler for simple quadratic constraints of the form , and
, It does not handle any other quadratic constraints.
More...
Go to the source code of this file.
Classes | |
struct | Minotaur::LinSqr |
A structure to save information about constraints of the form ![]() | |
class | Minotaur::QuadHandler |
More... | |
Namespaces | |
namespace | Minotaur |
Typedefs | |
typedef LinSqr * | Minotaur::LinSqrPtr |
typedef std::vector< LinSqrPtr > | Minotaur::LinSqrVec |
| |
typedef LinSqrVec::iterator | Minotaur::LinSqrVecIter |
| |
typedef std::map< VariablePtr, LinSqrPtr, CompareVariablePtr > | Minotaur::LinSqrMap |
More... | |
typedef LinSqrMap::iterator | Minotaur::LinSqrMapIter |
typedef QuadHandler * | Minotaur::QuadHandlerPtr |
Shared pointer to QuadHandler. | |
Declare a handler for simple quadratic constraints of the form , and
, It does not handle any other quadratic constraints.