mirror of
https://github.com/Z3Prover/z3
synced 2026-07-05 14:56:11 +00:00
docs(java): clarify SAT model non-canonical behavior in Solver#getModel
This commit is contained in:
parent
eebaf4060e
commit
4f9ef6c275
1 changed files with 5 additions and 1 deletions
|
|
@ -289,7 +289,11 @@ public class Solver extends Z3Object {
|
||||||
* Remarks: The result is
|
* Remarks: The result is
|
||||||
* {@code null} if {@code Check} was not invoked before, if its
|
* {@code null} if {@code Check} was not invoked before, if its
|
||||||
* results was not {@code SATISFIABLE}, or if model production is not
|
* results was not {@code SATISFIABLE}, or if model production is not
|
||||||
* enabled.
|
* enabled.
|
||||||
|
* For satisfiable formulas with multiple solutions, the returned model is
|
||||||
|
* not canonical: different solver runs (including runs in parallel on
|
||||||
|
* separate {@code Context} objects) may produce different satisfying
|
||||||
|
* models.
|
||||||
*
|
*
|
||||||
* @throws Z3Exception
|
* @throws Z3Exception
|
||||||
**/
|
**/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue