mirror of
https://github.com/Z3Prover/z3
synced 2026-03-18 19:14:29 +00:00
fix: correct misleading API comments in fp.go and JavaExample.java
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
b549c50af6
commit
ee1ebed1cf
2 changed files with 2 additions and 2 deletions
|
|
@ -2345,7 +2345,7 @@ class JavaExample
|
|||
if (!five.isGround())
|
||||
throw new TestFailedException();
|
||||
|
||||
// a free variable is not ground
|
||||
// an uninterpreted constant is also ground (no bound variables)
|
||||
IntExpr x = ctx.mkIntConst("x");
|
||||
if (!x.isGround())
|
||||
throw new TestFailedException();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue