mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
fix java bindings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b540868cd7
commit
2097983db3
|
@ -168,7 +168,7 @@ public class Optimize extends Z3Object {
|
|||
r = Z3_lbool.fromInt(
|
||||
Native.optimizeCheck(
|
||||
getContext().nCtx(),
|
||||
getNativeObject(), 0, null);
|
||||
getNativeObject(), 0, null));
|
||||
}
|
||||
else {
|
||||
r = Z3_lbool.fromInt(
|
||||
|
|
Loading…
Reference in a new issue