Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```