mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 02:40:24 +00:00
re-add pb extraction
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9c77fbc2a9
commit
526d76b447
7 changed files with 118 additions and 94 deletions
|
@ -579,6 +579,9 @@ namespace sat {
|
|||
|
||||
bool validate() override;
|
||||
|
||||
bool extract_pb(std::function<void(unsigned sz, literal const* c, unsigned k)>& add_cardinlaity,
|
||||
std::function<void(unsigned sz, literal const* c, unsigned const* coeffs, unsigned k)>& add_pb) override;
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue