mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 17:54:43 +00:00
modulating data-type solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cb2d8d2107
commit
bbfe02b25a
10 changed files with 44 additions and 26 deletions
|
@ -129,7 +129,8 @@ namespace smt {
|
|||
/**
|
||||
\brief extract consequences among variables.
|
||||
*/
|
||||
lbool get_consequences(expr_ref_vector const& assumptions, expr_ref_vector const& vars, expr_ref_vector& conseq);
|
||||
lbool get_consequences(expr_ref_vector const& assumptions, expr_ref_vector const& vars,
|
||||
expr_ref_vector& conseq, expr_ref_vector& unfixed);
|
||||
|
||||
/**
|
||||
\brief Return the model associated with the last check command.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue