Skip to content

Instantly share code, notes, and snippets.

@samirsaci
Created November 9, 2025 13:37
Show Gist options
  • Select an option

  • Save samirsaci/e5b62ad72b1f626afec932fbba516d28 to your computer and use it in GitHub Desktop.

Select an option

Save samirsaci/e5b62ad72b1f626afec932fbba516d28 to your computer and use it in GitHub Desktop.
MCP Server Supply Chain Optimisation - Doc String Context
"""
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