Skip to content

Multibatching problem implementation#465

Open
g-poveda wants to merge 14 commits into
airbus:masterfrom
g-poveda:gpd/multibatching_
Open

Multibatching problem implementation#465
g-poveda wants to merge 14 commits into
airbus:masterfrom
g-poveda:gpd/multibatching_

Conversation

@g-poveda
Copy link
Copy Markdown
Collaborator

@g-poveda g-poveda commented May 5, 2026

-added problem implementation (satisfy/evaluate, utils) for the multibatching problem where the goal is to flow product from location to others (having demand/supply), in set of transport link with limited capacities), objective is to minimize the cost of used transport
-the problem can be seen as a classical flow problem + binpacking problem to put discrete product quantities to transport means
-solver can be directly tackling the full problem, formalizing each individual transport trip, or decompose it to flow then binpacking problem
-added examples, tests
-added dataset download

this work is soon to be published in cp26

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