Searched refs:aCellsHash (Results 1 – 1 of 1) sorted by relevance
323 ScSolverCellHashMap aCellsHash; in solve() local324 aCellsHash[maObjective].reserve( nVariables + 1 ); // objective function in solve()329 … aCellsHash[aCellAddr].reserve( nVariables + 1 ); // constraints: left hand side in solve()332 … aCellsHash[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