Classes | Namespaces | Typedefs
BonQuadRow.hpp File Reference
#include "CoinPackedVector.hpp"
#include "BonTMatrix.hpp"
#include "BonQuadCut.hpp"
Include dependency graph for BonQuadRow.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Bonmin::QuadRow
 Stores a quadratic row of the form l < c + ax + x^T Q x < u. More...
 

Namespaces

 Bonmin
 Define an n-way class for variables.
 

Typedefs

typedef std::pair< int, intBonmin::matEntry
 Store column and row of the entry. More...
 
typedef std::pair< int, intBonmin::matIdx
 Store the number of times entry is used and its index in the matrix. More...
 
typedef std::map< matEntry,
matIdx > 
Bonmin::AdjustableMat