Skip to content

Instantly share code, notes, and snippets.

@mlabonne
Created April 30, 2022 14:35
Show Gist options
  • Save mlabonne/bc1cc6ce2d240d78f51643944150e04c to your computer and use it in GitHub Desktop.
Save mlabonne/bc1cc6ce2d240d78f51643944150e04c to your computer and use it in GitHub Desktop.
# 2. Constraints
model.Add(1 * bread
+ 3 * meat
+ 7 * beer <= capacity)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment