mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 18:15:32 +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
|
@ -157,25 +157,6 @@ public class Fixedpoint extends Z3Object
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates a backtracking point.
|
||||
* @see #pop
|
||||
**/
|
||||
public void push() {
|
||||
Native.fixedpointPush(getContext().nCtx(), getNativeObject());
|
||||
}
|
||||
|
||||
/**
|
||||
* Backtrack one backtracking point.
|
||||
* Remarks: Note that an exception is thrown if {@code pop}
|
||||
* is called without a corresponding {@code push}
|
||||
*
|
||||
* @see #push
|
||||
**/
|
||||
public void pop() {
|
||||
Native.fixedpointPop(getContext().nCtx(), getNativeObject());
|
||||
}
|
||||
|
||||
/**
|
||||
* Update named rule into in the fixedpoint solver.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue