Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ebrahimmfadae/charge
A library for furnace charge optimization
https://github.com/ebrahimmfadae/charge
charge-calculation cmake furnace furnace-charge gtk linear-programming lpsolve metallurgy minimize operation-research optimization reduce-cost simplex-algorithm simplex-method
Last synced: 21 days ago
JSON representation
A library for furnace charge optimization
- Host: GitHub
- URL: https://github.com/ebrahimmfadae/charge
- Owner: ebrahimmfadae
- License: mit
- Created: 2019-07-01T08:13:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-02T07:10:13.000Z (over 3 years ago)
- Last Synced: 2024-11-16T15:40:38.380Z (3 months ago)
- Topics: charge-calculation, cmake, furnace, furnace-charge, gtk, linear-programming, lpsolve, metallurgy, minimize, operation-research, optimization, reduce-cost, simplex-algorithm, simplex-method
- Language: C
- Homepage:
- Size: 762 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# charge
A simple industrial project which is written in c++ for calculating the optimized amount of raw materials to make a standard alloy.
## Build Project
```
cd build
cmake ..
make
```## Run Tests
```
cd build/test
./test
```## Run App
The app is written with gtk and glade. None of the UI elements are implemented.
In order to run the app you must copy app/views content to build/app/views.
```
cd build/app
./app
```