|
Minotaur 0.4.1
Docs for developers
|
Declare the class ConBoundMod. It is used to save modifications in a bound of a constraint. Also declare ConBoundMod2 that is used to change both bounds of a constraint. Also declare ConMod that is used to change nonlinear part of the constraint. More...


Go to the source code of this file.
Classes | |
| class | Minotaur::ConBoundMod |
| Modification of a single bound on a constraint. More... | |
| class | Minotaur::ConBoundMod2 |
| Modification of a both bounds on a constraint. More... | |
| class | Minotaur::ConMod |
| Modification of a both bounds on a constraint. More... | |
Namespaces | |
| namespace | Minotaur |
Typedefs | |
| typedef ConBoundMod * | Minotaur::ConBoundModPtr |
| typedef std::vector< ConBoundModPtr > | Minotaur::ConBoundModVector |
| typedef ConBoundModVector::iterator | Minotaur::ConBoundModIter |
| typedef ConBoundModVector::const_iterator | Minotaur::ConBoundModConstIter |
| typedef ConBoundMod2 * | Minotaur::ConBoundMod2Ptr |
| typedef const ConBoundMod2 * | Minotaur::ConstConBoundMod2Ptr |
| typedef std::vector< ConBoundMod2Ptr > | Minotaur::ConBoundMod2Vector |
| typedef ConBoundMod2Vector::iterator | Minotaur::ConBoundMod2Iter |
| typedef ConBoundMod2Vector::const_iterator | Minotaur::ConBoundMod2ConstIter |
| typedef ConMod * | Minotaur::ConModPtr |
| typedef const ConMod * | Minotaur::ConstConModPtr |
| typedef std::vector< ConModPtr > | Minotaur::ConModVector |
| typedef ConModVector::iterator | Minotaur::ConModIter |
| typedef ConModVector::const_iterator | Minotaur::ConModConstIter |
Declare the class ConBoundMod. It is used to save modifications in a bound of a constraint. Also declare ConBoundMod2 that is used to change both bounds of a constraint. Also declare ConMod that is used to change nonlinear part of the constraint.