Skip to content

Conversation

@kevalmorabia97
Copy link
Collaborator

@kevalmorabia97 kevalmorabia97 commented Dec 8, 2025

Replace mip package with more popular pulp package for puzzle mip solving. Both use the CBC solver under the hood

Testing

  • TODO

Signed-off-by: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com>
@kevalmorabia97
Copy link
Collaborator Author

Review from from author of Pulp package

the PR looks ok.
Not incorrect, but I would not use the variable.varValue property. I usually use pulp.value function.
Check some of the examples to get other insights on style: https://github.com/coin-or/pulp/tree/master/examples
You should get the same (optimal) solution if the model is the same. Regardless of the modeler (python-mip vs pulp) and solver (cbc, gurobi, highs, cplex, etc.).

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

Successfully merging this pull request may close these issues.

2 participants