mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +00:00
sign of life for CSQ using pogo
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
72f60f5bfc
commit
246df792df
5 changed files with 92 additions and 40 deletions
|
@ -112,7 +112,7 @@ namespace qe {
|
|||
struct is_atom_proc;
|
||||
struct is_arith_var_proc;
|
||||
|
||||
app_ref_vector get_arith_vars(expr_ref_vector const& lits);
|
||||
app_ref_vector get_arith_vars(model_ref& mdl, expr_ref_vector& lits);
|
||||
bool get_literals(model_ref& mdl, expr_ref_vector& lits);
|
||||
void collect_atoms(expr_ref_vector const& fmls);
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue