Skip to content

Commit

Permalink
Removed ToDo
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hader committed Mar 6, 2024
1 parent fdced2c commit 6734860
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mcsat/nra/nra_plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,6 @@ void nra_plugin_process_unit_constraint(nra_plugin_t* nra, trail_token_t* prop,
prop->add_at_level(prop, x, &value, nra->ctx->trail->decision_level_base);
mcsat_value_destruct(&value);
} else {
// TODO add statistics
if (ctx_trace_enabled(nra->ctx, "nra::propagate")) {
ctx_trace_printf(nra->ctx, "nra: hinting variable = %d\n", x);
}
Expand Down

0 comments on commit 6734860

Please sign in to comment.