#include "CoinHelperFunctions.hpp"#include "CoinFinite.hpp"#include <stdio.h>#include "CouenneMatrix.hpp"#include "CouenneExprConst.hpp"
Go to the source code of this file.
Macros | |
| #define | copy_vectors(from, to) |
| #define | WRAP 20 |
Functions | |
| void | check_and_insert (int indMaj, int indMin, std::set< std::pair< int, CouenneSparseVector * >, CouenneExprMatrix::compare_pair_ind > &vecMaj, expression *elem) |
| used by add_elem below More... | |
| #define copy_vectors | ( | from, | |
| to | |||
| ) |
Definition at line 44 of file CouenneMatrix.cpp.
| #define WRAP 20 |
Definition at line 225 of file CouenneMatrix.cpp.
|
inline |
used by add_elem below
Definition at line 92 of file CouenneMatrix.cpp.
1.8.5