Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-irfan committed Apr 18, 2024
1 parent 607460d commit 0053b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mcsat/nra/nra_plugin.c
Expand Up @@ -2184,7 +2184,7 @@ void nra_plugin_learn(plugin_t* plugin, trail_token_t* prop) {
ctx_trace_printf(nra->ctx, "nra: hinting variable = %d\n", constraint_var);
}
nra->ctx->hint_next_decision(nra->ctx, constraint_var);
// update the trail value cache
// update the trail value cache
nra->ctx->hint_value(nra->ctx, constraint_var, constraint_value);
}
}
Expand Down

0 comments on commit 0053b30

Please sign in to comment.