Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ybda/optimizationproblems
Solutions for optimization problems.
https://github.com/ybda/optimizationproblems
Last synced: 26 days ago
JSON representation
Solutions for optimization problems.
- Host: GitHub
- URL: https://github.com/ybda/optimizationproblems
- Owner: ybda
- License: gpl-3.0
- Created: 2024-04-30T08:33:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T16:26:07.000Z (6 months ago)
- Last Synced: 2024-05-09T17:42:58.168Z (6 months ago)
- Language: C#
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OptimizationProblems
Solutions for optimization problems.
```text
# Optimal solution '1. Cakes'
[(ChocolateCakes: 6.666666666666654), (VanillaCakes: 24.44444444444446)]Profit: 393.33333333333337
# Optimal solution '2. Circuits'
[(TypeA: 5.9999999999999964), (TypeB: 3.0000000000000018)]Profit: 66
# Optimal solution '3. Furniture'
[(tableVar: 0), (cupboardVar: 200)]Profit: 360000
```