mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
dbg
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a5491804c7
commit
2a3cfe0cb9
3 changed files with 15 additions and 6 deletions
|
@ -148,6 +148,7 @@ namespace polysat {
|
|||
|
||||
public:
|
||||
solver(euf::solver& ctx, theory_id id);
|
||||
~solver() override {}
|
||||
void set_lookahead(sat::lookahead* s) override { }
|
||||
void init_search() override {}
|
||||
double get_reward(literal l, sat::ext_constraint_idx idx, sat::literal_occs_fun& occs) const override { return 0; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue