mirror of
https://github.com/Z3Prover/z3
synced 2026-03-16 02:00:00 +00:00
New methods: - Expr.getNumeralDouble(): retrieve any numeral as a double - IntNum.getUint(): extract numeral as unsigned 32-bit value - IntNum.getUint64(): extract numeral as unsigned 64-bit value - RatNum.getSmall(): numerator/denominator as int64 pair - RatNum.getRationalInt64(): numerator/denominator (returns null on overflow) Each is a thin wrapper around the existing Native binding. Added examples to JavaExample.java covering all new methods. |
||
|---|---|---|
| .. | ||
| c | ||
| c++ | ||
| dotnet | ||
| go | ||
| java | ||
| maxsat | ||
| ml | ||
| python | ||
| SMT-LIB2/bounded model checking | ||
| tptp | ||
| userPropagator | ||
| CMakeLists.txt | ||