3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-24 03:57:51 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-11-10 02:58:35 -08:00
parent ef320af90b
commit 931e1624b2
7 changed files with 53 additions and 14 deletions

View file

@ -168,8 +168,6 @@ namespace polysat {
*/
bool has_viable(pvar v);
bool is_false(pvar v) { return !has_viable(v); }
/**
* check if value is viable according to m_viable.
*/