Home
last modified time | relevance | path

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

/aoo41x/main/sccomp/source/solver/
H A Dsolver.cxx323 ScSolverCellHashMap aCellsHash; in solve() local
324 aCellsHash[maObjective].reserve( nVariables + 1 ); // objective function in solve()
329aCellsHash[aCellAddr].reserve( nVariables + 1 ); // constraints: left hand side in solve()
332aCellsHash[aCellAddr].reserve( nVariables + 1 ); // constraints: right hand side in solve()
346 for ( aCellsIter = aCellsHash.begin(); aCellsIter != aCellsHash.end(); ++aCellsIter ) in solve()
358 for ( aCellsIter = aCellsHash.begin(); aCellsIter != aCellsHash.end(); ++aCellsIter ) in solve()
367 for ( aCellsIter = aCellsHash.begin(); aCellsIter != aCellsHash.end(); ++aCellsIter ) in solve()
394 const std::vector<double>& rObjCoeff = aCellsHash[maObjective]; in solve()
435 const std::vector<double>& rLeftCoeff = aCellsHash[aLeftAddr]; in solve()
445 const std::vector<double>& rRightCoeff = aCellsHash[aRightAddr]; in solve()

Completed in 22 milliseconds