Searched refs:hProb (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/sccomp/source/solver/ |
| H A D | solver.cxx | 541 HPROB hProb = CoinCreateProblem(""); in solve() local 542 int nResult = CoinLoadProblem( hProb, nVariables, nRows, nMatrixPos, 0, in solve() 547 nResult = CoinLoadInteger( hProb, pColType ); in solve() 560 CoinSetRealOption( hProb, COIN_REAL_MAXSECONDS, mnTimeout ); in solve() 561 CoinSetRealOption( hProb, COIN_REAL_MIPMAXSEC, mnTimeout ); in solve() 567 nResult = CoinCheckProblem( hProb ); in solve() 573 CoinUnloadProblem(hProb); in solve() 576 nResult = CoinOptimizeProblem( hProb, 0 ); in solve() 584 CoinGetSolutionValues( hProb, maSolution.getArray(), NULL, NULL, NULL ); in solve() 585 mfResultValue = CoinGetObjectValue( hProb ); in solve() [all …]
|