Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-irfan committed Dec 20, 2023
1 parent 3c6439c commit 719fef3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mcsat/bool/bool_plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ void bool_plugin_new_term_notify(plugin_t* plugin, term_t term, trail_token_t* p
}

static
uint32_t bool_plugin_compute_clause_glue(bool_plugin_t* bp, clause_ref_t* c_ref) {
uint32_t bool_plugin_compute_clause_glue(bool_plugin_t* bp, clause_ref_t c_ref) {
const mcsat_trail_t* trail = bp->ctx->trail;
mcsat_clause_t* c = clause_db_get_clause(&bp->clause_db, c_ref);
uint32_t glue = 0;
Expand Down Expand Up @@ -904,7 +904,6 @@ void bool_plugin_gc_mark(plugin_t* plugin, gc_info_t* gc_vars) {
bool reduce = bp->lemmas.size > bp->lemmas_limit;

uint32_t i, j;
float act_threshold;
variable_t var;
clause_ref_t clause_ref;
mcsat_clause_t* c;
Expand Down

0 comments on commit 719fef3

Please sign in to comment.