Created
November 9, 2025 13:37
-
-
Save samirsaci/e5b62ad72b1f626afec932fbba516d28 to your computer and use it in GitHub Desktop.
MCP Server Supply Chain Optimisation - Doc String Context
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Run the LogiGreen Supply Chain Network Optimization. | |
| WHAT IT SOLVES | |
| -------------- | |
| A facility-location + flow assignment model. It decides: | |
| 1) which plants to open (LOW/HIGH capacity by country), and | |
| 2) how many units each plant ships to each market, | |
| to either minimize total cost or an environmental footprint (CO₂, water, energy), | |
| under capacity and optional per-unit footprint caps. | |
| """ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment