3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-23 11:37:54 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-02 14:05:18 -07:00
parent bab879c832
commit f98b94bdbc
3 changed files with 2 additions and 3 deletions

View file

@ -636,7 +636,6 @@ goal * goal::translate(ast_translation & translator) const {
return res;
}
bool goal::sat_preserved() const {
return prec() == PRECISE || prec() == UNDER;
}