3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-16 07:45:27 +00:00
This commit is contained in:
Miguel Neves 2017-10-12 16:15:35 -07:00
commit 56d785df94
2 changed files with 1 additions and 55 deletions

View file

@ -477,8 +477,6 @@ namespace sat {
void propagate();
literal choose();
void compute_lookahead_reward();
void init_lookahead_reward();
void reset_lookahead_reward();
literal select_literal();
void update_binary_clause_reward(literal l1, literal l2);
void update_nary_clause_reward(clause const& c);