Hi there,
Nice tool, but I have been confused by the max_problem_size setting.
for s, e in zip(fixed_c_idxs[:-1], fixed_c_idxs[1:]):
assert e-s+1 <= max_problem_size+5
in the segment (line 712)
Why raise an error here rather than skip the unsatisfied pair index.
Looking forward to your reply,
Logan
Hi there,
Nice tool, but I have been confused by the max_problem_size setting.
in the segment (line 712)
Why raise an error here rather than skip the unsatisfied pair index.
Looking forward to your reply,
Logan