- Timestamp:
- Apr 19, 2011, 11:12:07 PM (14 years ago)
- Location:
- clamav/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
clamav/trunk ¶
-
Property svn:mergeinfo
set to
/clamav/vendor/0.97 merged eligible
-
Property svn:mergeinfo
set to
-
TabularUnified clamav/trunk/libclamav/c++/llvm/lib/CodeGen/PBQP/HeuristicSolver.h ¶
r189 r319 227 227 // Nothing to do. Just push the node onto the reduction stack. 228 228 pushToStack(nItr); 229 230 s.recordR0(); 229 231 } 230 232 … … 275 277 "Degree 1 with edge removed should be 0."); 276 278 pushToStack(xnItr); 279 s.recordR1(); 277 280 } 278 281 … … 379 382 380 383 pushToStack(xnItr); 381 } 384 s.recordR2(); 385 } 386 387 /// \brief Record an application of the RN rule. 388 /// 389 /// For use by the HeuristicBase. 390 void recordRN() { s.recordRN(); } 382 391 383 392 private: … … 407 416 // Create node data objects. 408 417 for (Graph::NodeItr nItr = g.nodesBegin(), nEnd = g.nodesEnd(); 409 418 nItr != nEnd; ++nItr) { 410 419 nodeDataList.push_back(NodeData()); 411 420 g.setNodeData(nItr, &nodeDataList.back());
Note:
See TracChangeset
for help on using the changeset viewer.