Home
last modified time | relevance | path

Searched refs:discrval (Results 1 – 3 of 3) sorted by relevance

/dports/math/osi/Osi-0.108.6/Osi/src/OsiGrb/
H A DOsiGrbSolverInterface.cpp349 double *discrval = new double[getNumIntegers()]; in branchAndBound() local
356 discrval[j] = colsol_[i]; in branchAndBound()
361 …", GRBsetdblattrlist(getMutableLpPtr(), GRB_DBL_ATTR_START, getNumIntegers(), discridx, discrval)); in branchAndBound()
364 delete[] discrval; in branchAndBound()
/dports/math/ogdf/OGDF/src/coin/Osi/
H A DOsiGrbSolverInterface.cpp366 double* discrval = new double[getNumIntegers()]; in branchAndBound() local
374 discrval[j] = colsol_[i]; in branchAndBound()
379 …, GRBsetdblattrlist(getMutableLpPtr(), GRB_DBL_ATTR_START, getNumIntegers(), discridx, discrval) ); in branchAndBound()
382 delete[] discrval; in branchAndBound()
/dports/math/clp/Clp-1.17.3/Osi/src/OsiGrb/
H A DOsiGrbSolverInterface.cpp349 double *discrval = new double[getNumIntegers()]; in branchAndBound() local
356 discrval[j] = colsol_[i]; in branchAndBound()
361 …", GRBsetdblattrlist(getMutableLpPtr(), GRB_DBL_ATTR_START, getNumIntegers(), discridx, discrval)); in branchAndBound()
364 delete[] discrval; in branchAndBound()