mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
update java example to bypass bit-rot
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
370abf602c
commit
648a531950
3 changed files with 5 additions and 4 deletions
|
@ -95,7 +95,7 @@ public class Model extends Z3Object {
|
|||
long fd = Native.getAsArrayFuncDecl(getContext().nCtx(), n);
|
||||
return getFuncInterp(new FuncDecl(getContext(), fd));
|
||||
}
|
||||
return new FuncInterp(getContext(), n);
|
||||
return null;
|
||||
}
|
||||
} else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue