mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 21:48:56 +00:00
remove push/pop for fixedpoint objects from API #2249
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fa88bdb075
commit
40e329fc92
8 changed files with 0 additions and 101 deletions
|
@ -1883,8 +1883,6 @@ struct
|
|||
| L_FALSE -> Solver.UNSATISFIABLE
|
||||
| _ -> Solver.UNKNOWN
|
||||
|
||||
let push x = Z3native.fixedpoint_push (gc x) x
|
||||
let pop x = Z3native.fixedpoint_pop (gc x) x
|
||||
let update_rule x = Z3native.fixedpoint_update_rule (gc x) x
|
||||
|
||||
let get_answer x =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue