mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
NYI control paths
This commit is contained in:
parent
ee1d393150
commit
e67112f289
7 changed files with 22 additions and 8 deletions
|
@ -203,6 +203,7 @@ public:
|
|||
bool naive_convex_closure::compute_closure(anti_unifier& au, ast_manager& m,
|
||||
expr_ref& result) {
|
||||
NOT_IMPLEMENTED_YET();
|
||||
return false;
|
||||
#if 0
|
||||
arith_util util(m);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue