Searched refs:hProb (Results 1 – 1 of 1) sorted by relevance
/trunk/main/sccomp/source/solver/ |
H A D | solver.cxx | 544 HPROB hProb = CoinCreateProblem(""); in solve() local 545 int nResult = CoinLoadProblem( hProb, nVariables, nRows, nMatrixPos, 0, in solve() 550 nResult = CoinLoadInteger( hProb, pColType ); in solve() 563 CoinSetRealOption( hProb, COIN_REAL_MAXSECONDS, mnTimeout ); in solve() 564 CoinSetRealOption( hProb, COIN_REAL_MIPMAXSEC, mnTimeout ); in solve() 570 nResult = CoinCheckProblem( hProb ); in solve() 571 nResult = CoinOptimizeProblem( hProb, 0 ); in solve() 579 CoinGetSolutionValues( hProb, maSolution.getArray(), NULL, NULL, NULL ); in solve() 580 mfResultValue = CoinGetObjectValue( hProb ); in solve() 584 int nSolutionStatus = CoinGetSolutionStatus( hProb ); in solve() [all …]
|
Completed in 12 milliseconds