3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-10 09:48:05 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-06-06 10:58:47 -07:00
parent eed87807c5
commit c388d99c35
4 changed files with 8 additions and 8 deletions

View file

@ -128,6 +128,7 @@ namespace sat {
std::function<void(unsigned sz, literal const* c, unsigned const* coeffs, unsigned k)>& pb) {
return false;
}
virtual bool is_pb() { return false; }
};
};