Skip to content

Commit

Permalink
Update nra_plugin.c (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-irfan authored Sep 8, 2024
1 parent 77cd0a2 commit 55321b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mcsat/nra/nra_plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -1879,7 +1879,7 @@ void nra_plugin_gc_sweep(plugin_t* plugin, const gc_info_t* gc_vars) {
gc_info_sweep_int_hmap_keys(gc_vars, &nra->feasible_set_cache_timestamp[0]);
gc_info_sweep_int_hmap_keys(gc_vars, &nra->feasible_set_cache_timestamp[1]);
gc_info_sweep_ptr_hmap_keys(gc_vars, &nra->feasible_set_cache[0], (ptr_hmap_ptr_delete) &lp_feasibility_set_delete);
gc_info_sweep_ptr_hmap_keys(gc_vars, &nra->feasible_set_cache[0], (ptr_hmap_ptr_delete) &lp_feasibility_set_delete);
gc_info_sweep_ptr_hmap_keys(gc_vars, &nra->feasible_set_cache[1], (ptr_hmap_ptr_delete) &lp_feasibility_set_delete);

// Unit information (constraint_unit_info, constraint_unit_var)
constraint_unit_info_gc_sweep(&nra->unit_info, gc_vars);
Expand Down

0 comments on commit 55321b7

Please sign in to comment.