Skip to content

Conversation

@ThomSerg
Copy link
Collaborator

@ThomSerg ThomSerg commented Nov 3, 2025

Hexaly has support for intermediate solution callbacks. Added the necessary code on CPMpy's side for the solution_callback argument of a .solve() call, similar to OR-Tools.

Also very small fix for setting solver-native arguments, setattr(self.hex_solver, arg, val) should have been setattr(self.hex_solver.param, arg, val).

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