Home
last modified time | relevance | path

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

/aoo42x/main/sccomp/source/solver/
H A Dsolver.cxx513 char* pColType = new char[nVariables]; in solve() local
515 pColType[nVar] = mbInteger ? 'I' : 'C'; in solve()
531 pColType[nVar] = 'I'; in solve()
534 pColType[nVar] = 'B'; in solve()
550 nResult = CoinLoadInteger( hProb, pColType ); in solve()
552 delete[] pColType; in solve()

Completed in 9 milliseconds