mirror of
https://github.com/Z3Prover/z3
synced 2025-08-13 22:41:15 +00:00
fix gc of pb constraints
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
01418a06a3
commit
64ba2a9fc9
6 changed files with 35 additions and 1 deletions
|
@ -117,6 +117,7 @@ namespace sat {
|
|||
virtual void init_use_list(ext_use_list& ul) {}
|
||||
virtual bool is_blocked(literal l, ext_constraint_idx) { return false; }
|
||||
virtual bool check_model(model const& m) const { return true; }
|
||||
virtual void gc_vars(unsigned num_vars) {}
|
||||
|
||||
virtual bool extract_pb(std::function<void(unsigned sz, literal const* c, unsigned k)>& card,
|
||||
std::function<void(unsigned sz, literal const* c, unsigned const* coeffs, unsigned k)>& pb) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue