mirror of
https://github.com/Z3Prover/z3
synced 2025-08-16 07:45:27 +00:00
expose extract roots as separate
This commit is contained in:
parent
a326ad4cd9
commit
62bb234251
2 changed files with 25 additions and 14 deletions
|
@ -41,9 +41,13 @@ namespace sat {
|
|||
void reduce_tr();
|
||||
unsigned reduce_tr(bool learned);
|
||||
|
||||
|
||||
public:
|
||||
|
||||
scc(solver & s, params_ref const & p);
|
||||
|
||||
bool extract_roots(literal_vector& roots, bool_var_vector& lits);
|
||||
|
||||
unsigned operator()();
|
||||
|
||||
void updt_params(params_ref const & p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue