solver
1.0
|
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>
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. | |
Memory efficient storage for a constraint matrix of Integer Linear Programming problem.
Definition in file SparseMatrix.h.