mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 12:07:52 +00:00
This commit is contained in:
parent
eed87807c5
commit
c388d99c35
4 changed files with 8 additions and 8 deletions
|
@ -211,6 +211,7 @@ namespace pb {
|
|||
unsigned next_id() { return m_constraint_id++; }
|
||||
void set_non_learned(constraint& c);
|
||||
double get_reward(literal l, sat::ext_justification_idx idx, sat::literal_occs_fun& occs) const override;
|
||||
bool is_pb() override { return true; }
|
||||
|
||||
// cardinality
|
||||
lbool add_assign(card& c, literal lit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue