Home
last modified time | relevance | path

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

/trunk/main/sccomp/source/solver/
H A Dsolver.cxx326 ScSolverCellHashMap aCellsHash; in solve() local
327 aCellsHash[maObjective].reserve( nVariables + 1 ); // objective function in solve()
332aCellsHash[aCellAddr].reserve( nVariables + 1 ); // constraints: left hand side in solve()
335aCellsHash[aCellAddr].reserve( nVariables + 1 ); // constraints: right hand side in solve()
349 for ( aCellsIter = aCellsHash.begin(); aCellsIter != aCellsHash.end(); ++aCellsIter ) in solve()
361 for ( aCellsIter = aCellsHash.begin(); aCellsIter != aCellsHash.end(); ++aCellsIter ) in solve()
370 for ( aCellsIter = aCellsHash.begin(); aCellsIter != aCellsHash.end(); ++aCellsIter ) in solve()
401 const std::vector<double>& rObjCoeff = aCellsHash[maObjective]; in solve()
442 const std::vector<double>& rLeftCoeff = aCellsHash[aLeftAddr]; in solve()
452 const std::vector<double>& rRightCoeff = aCellsHash[aRightAddr]; in solve()

Completed in 10 milliseconds