| 418 | } |
| 419 | |
| 420 | void SmtCore::storeDebuggingSolution( const Map<unsigned, double> &debuggingSolution ) |
| 421 | { |
| 422 | _debuggingSolution = debuggingSolution; |
| 423 | } |
| 424 | |
| 425 | // Return true if stack is currently compliant, false otherwise |
| 426 | // If there is no stored solution, return false --- incompliant. |
no outgoing calls
no test coverage detected