mirror of
https://github.com/Z3Prover/z3
synced 2025-06-14 01:46:15 +00:00
fix java bindings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b540868cd7
commit
2097983db3
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ public class Optimize extends Z3Object {
|
||||||
r = Z3_lbool.fromInt(
|
r = Z3_lbool.fromInt(
|
||||||
Native.optimizeCheck(
|
Native.optimizeCheck(
|
||||||
getContext().nCtx(),
|
getContext().nCtx(),
|
||||||
getNativeObject(), 0, null);
|
getNativeObject(), 0, null));
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
r = Z3_lbool.fromInt(
|
r = Z3_lbool.fromInt(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue