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::LinkPow |
A structure to save information about constraints of the form ![]() | |
class | Minotaur::kPowHandler |
More... | |
Namespaces | |
namespace | Minotaur |
Typedefs | |
typedef LPEngine * | Minotaur::LPEnginePtr |
typedef LinkPow * | Minotaur::LinkPowPtr |
typedef std::vector< LinkPowPtr > | Minotaur::LinkPowVec |
| |
typedef LinkPowVec::iterator | Minotaur::LinkPowVecIter |
| |
typedef std::map< VariablePtr, LinkPowPtr, CompareVariablePtr > | Minotaur::LinkPowMap |
More... | |
typedef LinkPowMap::iterator | Minotaur::LinkPowMapIter |
typedef kPowHandler * | Minotaur::kPowHandlerPtr |
Shared pointer to kPowHandler. | |
Declare a handler for simple Quadratic constraints of the form , and
, It does not handle any other Quadratic constraints.