mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 09:50:23 +00:00
extract also units from search state
This commit is contained in:
parent
d4ea67a6e7
commit
3f3d058567
7 changed files with 36 additions and 1 deletions
|
@ -202,6 +202,12 @@ namespace smt {
|
|||
\brief Return the set of formulas assigned by the kernel.
|
||||
*/
|
||||
void get_assignments(expr_ref_vector & result);
|
||||
|
||||
|
||||
/**
|
||||
\brief Return units assigned by the kernel.
|
||||
*/
|
||||
void get_units(expr_ref_vector& result);
|
||||
|
||||
/**
|
||||
\brief Return the set of relevant labels in the last check command.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue