mirror of
https://github.com/Z3Prover/z3
synced 2026-07-03 13:56:08 +00:00
Fix OCaml build error: use status instead of solver_result in z3.mli
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
5253f9af9d
commit
ce0fb1bd24
1 changed files with 1 additions and 1 deletions
|
|
@ -3439,7 +3439,7 @@ sig
|
||||||
(** Retrieve fixed assignments to variables as consequences given assumptions.
|
(** Retrieve fixed assignments to variables as consequences given assumptions.
|
||||||
Returns the solver status and a list of consequence expressions.
|
Returns the solver status and a list of consequence expressions.
|
||||||
Each consequence is an implication: assumptions => variable = value. *)
|
Each consequence is an implication: assumptions => variable = value. *)
|
||||||
val get_consequences : solver -> Expr.expr list -> Expr.expr list -> solver_result * Expr.expr list
|
val get_consequences : solver -> Expr.expr list -> Expr.expr list -> status * Expr.expr list
|
||||||
|
|
||||||
(** Solve constraints treating given variables symbolically.
|
(** Solve constraints treating given variables symbolically.
|
||||||
variables are the variables to solve for, terms are the substitution terms,
|
variables are the variables to solve for, terms are the substitution terms,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue