solver  1.0
Classes | Functions
SparseMatrix.h File Reference

Memory efficient storage for a constraint matrix of Integer Linear Programming problem. More...

#include <algorithm>
#include <cassert>
#include <iostream>
#include <set>
#include <vector>
#include <utility>
#include <stdint.h>
+ Include dependency graph for SparseMatrix.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SparseMatrix< T >
 Memory efficient storage of the constraint matrix. More...
 

Functions

template<class T >
std::ostream & operator<< (std::ostream &out, const SparseMatrix< T > &m)
 Output stream operator for the constraint matrix, mostly used for debugging purposes.
 

Detailed Description

Memory efficient storage for a constraint matrix of Integer Linear Programming problem.

Author
Libor Bukata

Definition in file SparseMatrix.h.