| 396 | } |
| 397 | |
| 398 | void BoundManager::copyBoundExplainerContent( const BoundExplainer *boundsExplainer ) |
| 399 | { |
| 400 | *_boundExplainer = *boundsExplainer; |
| 401 | } |
| 402 | |
| 403 | void BoundManager::updateBoundExplanation( const TableauRow &row, bool isUpper, unsigned var ) |
| 404 | { |
no outgoing calls
no test coverage detected