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

timeLimit Parameter Ignored in pulp.FSCIP_CMD Solver #707

Open
4 of 14 tasks
kami9811 opened this issue Dec 6, 2023 · 1 comment
Open
4 of 14 tasks

timeLimit Parameter Ignored in pulp.FSCIP_CMD Solver #707

kami9811 opened this issue Dec 6, 2023 · 1 comment

Comments

@kami9811
Copy link

kami9811 commented Dec 6, 2023

Details for the issue

What did you do?

I attempted to use the timeLimit parameter with the pulp.FSCIP_CMD solver to restrict the optimization time for solving a linear programming problem. The parameter was set as an argument while initializing the FSCIP_CMD solver instance.

What did you expect to see?

I expected the solver to halt the optimization process when the specified time limit was reached, thereby respecting the time constraint set by timeLimit.

What did you see instead?

Despite specifying the timeLimit parameter, the solver seems to ignore this constraint and continues the optimization process beyond the set time limit. The optimization completes, but it does so in a time frame that exceeds the specified limit, indicating that the timeLimit parameter is not being effectively enforced or recognized by the solver.

Useful extra information

In pulp.SCIP_CMD, the parameter is fine as expected.

What operating system are you using?

  • Windows: ( version: ___ )
  • Linux: ( distro: ___ )
  • Mac OS: ( version: ___ )
  • Other: ___

I'm using python version:

  • 2.7
  • 3.4
  • 3.5
  • 3.6
  • Other: 3.10

I installed PuLP via:

Did you also

@pchtsp
Copy link
Collaborator

pchtsp commented Jan 16, 2024

Hello! thanks for the report. can you provide the logs of the solver? or a reproducible example?

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