mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
95493f78f9
commit
e4b7b7bdf6
|
@ -305,7 +305,7 @@ namespace sat {
|
||||||
unsigned_vector m_weights;
|
unsigned_vector m_weights;
|
||||||
svector<wliteral> m_wlits;
|
svector<wliteral> m_wlits;
|
||||||
|
|
||||||
euf::th_solver* ba_solver::fresh(sat::solver* new_s, ast_manager& m, sat::sat_internalizer& si, euf::theory_id id);
|
euf::th_solver* fresh(sat::solver* new_s, ast_manager& m, sat::sat_internalizer& si, euf::theory_id id);
|
||||||
|
|
||||||
bool subsumes(card& c1, card& c2, literal_vector& comp);
|
bool subsumes(card& c1, card& c2, literal_vector& comp);
|
||||||
bool subsumes(card& c1, clause& c2, bool& self);
|
bool subsumes(card& c1, clause& c2, bool& self);
|
||||||
|
|
Loading…
Reference in a new issue