#include "OsiSolverInterface.hpp"
#include "CouenneProblem.hpp"
#include "CouenneProblemElem.hpp"
#include "CouenneCutGenerator.hpp"
#include "CouenneRecordBestSol.hpp"
Go to the source code of this file.
Namespaces | |
Couenne | |
general include file for different compilers | |
Functions | |
void | Couenne::sparse2dense (int ncols, t_chg_bounds *chg_bds, int *&changed, int &nchanged) |
translate sparse to dense vector (should be replaced) More... | |