WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 0573749

Browse files
committed
add comment
1 parent f853388 commit 0573749

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpp/src/mip/diversity/recombiners/bound_prop_recombiner.cuh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ class bound_prop_recombiner_t : public recombiner_t<i_t, f_t> {
204204
offspring.handle_ptr->sync_stream();
205205
offspring.unfix_variables(fixed_assignment, variable_map);
206206
cuopt_func_call(bool feasible_after_unfix = offspring.get_feasible());
207+
// May be triggered due to numerical issues
208+
// TODO: investigate further
207209
// cuopt_assert(feasible_after_unfix == feasible_after_bounds_prop,
208210
// "Feasible after unfix should be same as feasible after bounds prop!");
209211
a.handle_ptr->sync_stream();

0 commit comments

Comments
 (0)