| 587 | } |
| 588 | |
| 589 | bool SparseOptimizer::addComputeErrorAction(HyperGraphAction* action) |
| 590 | { |
| 591 | std::pair<HyperGraphActionSet::iterator, bool> insertResult = _graphActions[AT_COMPUTEACTIVERROR].insert(action); |
| 592 | return insertResult.second; |
| 593 | } |
| 594 | |
| 595 | bool SparseOptimizer::removeComputeErrorAction(HyperGraphAction* action) |
| 596 | { |
nothing calls this directly
no outgoing calls
no test coverage detected