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

Constraint-building stops abruptly #948

Open
rommeldias opened this issue Jan 24, 2025 · 1 comment
Open

Constraint-building stops abruptly #948

rommeldias opened this issue Jan 24, 2025 · 1 comment

Comments

@rommeldias
Copy link

I am using PySCIPOpt to program an integer programming model.

The model has been validated with small to moderately sized instances.

However, when dealing with large instances, the program terminates abruptly during the constraint-building phase, even though it is wrapped in a "try" statement.

Is there any way to make the program goes to the "except" block when it happens?

@rommeldias rommeldias changed the title Model building stops abruptly Constraint-building stops abruptly Jan 24, 2025
@Joao-Dionisio
Copy link
Collaborator

Hey @rommeldias! Can you please share a minimal example that reproduces this problem?

It might be that there is a problem with a specific constraint which causes a segmentation fault or some other thing on the Cython side, which could explain why the try except does not work.

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