| 2555 | } |
| 2556 | |
| 2557 | void Engine::reset() |
| 2558 | { |
| 2559 | resetStatistics(); |
| 2560 | _sncMode = false; |
| 2561 | clearViolatedPLConstraints(); |
| 2562 | resetSmtCore(); |
| 2563 | resetBoundTighteners(); |
| 2564 | resetExitCode(); |
| 2565 | } |
| 2566 | |
| 2567 | void Engine::resetStatistics() |
| 2568 | { |
no outgoing calls
no test coverage detected