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