Home
last modified time | relevance | path

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

/aoo41x/main/sccomp/source/solver/
H A Dsolver.cxx506 char* pColType = new char[nVariables]; in solve() local
508 pColType[nVar] = mbInteger ? 'I' : 'C'; in solve()
524 pColType[nVar] = 'I'; in solve()
527 pColType[nVar] = 'B'; in solve()
543 nResult = CoinLoadInteger( hProb, pColType ); in solve()
545 delete[] pColType; in solve()

Completed in 37 milliseconds