mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 12:25:51 +00:00
wip - remove stale skaffolding for retrieving sub-hints.
This commit is contained in:
parent
d88384fd51
commit
a25247aa7b
22 changed files with 34 additions and 37 deletions
|
@ -335,7 +335,7 @@ namespace bv {
|
|||
double get_reward(literal l, sat::ext_constraint_idx idx, sat::literal_occs_fun& occs) const override;
|
||||
bool is_extended_binary(sat::ext_justification_idx idx, literal_vector& r) override;
|
||||
bool is_external(bool_var v) override;
|
||||
void get_antecedents(literal l, sat::ext_justification_idx idx, literal_vector & r, bool probing, sat::proof_hint*& ph) override;
|
||||
void get_antecedents(literal l, sat::ext_justification_idx idx, literal_vector & r, bool probing) override;
|
||||
void asserted(literal l) override;
|
||||
sat::check_result check() override;
|
||||
void push_core() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue