Functions
CouenneComplBranchingObject.cpp File Reference
#include "CoinHelperFunctions.hpp"
#include "OsiRowCut.hpp"
#include "CouenneCutGenerator.hpp"
#include "CouenneProblem.hpp"
#include "CouenneProblemElem.hpp"
#include "CouenneObject.hpp"
#include "CouenneComplBranchingObject.hpp"
Include dependency graph for CouenneComplBranchingObject.cpp:

Go to the source code of this file.

Functions

void sparse2dense (int ncols, t_chg_bounds *chg_bds, int *&changed, int &nchanged)
 translate sparse to dense vector (should be replaced) More...
 

Function Documentation

void sparse2dense ( int  ncols,
t_chg_bounds *  chg_bds,
int *&  changed,
int nchanged 
)

translate sparse to dense vector (should be replaced)

Defined in Couenne/src/convex/generateCuts.cpp.

Definition at line 69 of file generateCuts.cpp.