Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

max_problem_size settings #31

Open
loganylchen opened this issue Jul 13, 2021 · 1 comment
Open

max_problem_size settings #31

loganylchen opened this issue Jul 13, 2021 · 1 comment

Comments

@loganylchen
Copy link

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

@baraaorabi
Copy link
Collaborator

baraaorabi commented Jul 19, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants