Go to the documentation of this file.
3 #ifndef OsiSolverBranch_H
4 #define OsiSolverBranch_H
7 #include "CoinWarmStartBasis.hpp"
8 #include "CoinFinite.hpp"
23 void addBranch(
int iColumn,
double value);
26 void addBranch(
int way,
int numberTighterLower,
const int * whichLower,
const double * newLower,
27 int numberTighterUpper,
const int * whichUpper,
const double * newUpper);
29 void addBranch(
int way,
int numberColumns,
const double * oldLower,
const double * newLower,
30 const double * oldUpper,
const double * newUpper);
40 inline const int *
which()
const
89 const double * upperBefore);
95 inline const CoinWarmStartBasis &
basis()
const
123 const double * upperBefore);