3
0
Fork 0
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:
Nikolaj Bjorner 2022-01-31 11:56:44 -08:00
parent a326ad4cd9
commit 62bb234251
2 changed files with 25 additions and 14 deletions

View file

@ -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);