https://github.com/adjivas/krpsim
Solver of Inventory
https://github.com/adjivas/krpsim
Last synced: about 1 year ago
JSON representation
Solver of Inventory
- Host: GitHub
- URL: https://github.com/adjivas/krpsim
- Owner: adjivas
- License: gpl-3.0
- Created: 2016-05-20T12:09:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-16T02:46:24.000Z (over 9 years ago)
- Last Synced: 2025-02-05T08:16:39.786Z (over 1 year ago)
- Language: Rust
- Homepage: https://adjivas.github.io/krpsim/krpsim
- Size: 1.06 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Krpsim
[![travis-badge][]][travis] [![license-badge][]][license] [![docs-badge][]][docs]
[license-badge]: https://img.shields.io/badge/license-GPL_3-green.svg?style=flat-square
[license]: https://github.com/adjivas/krpsim/blob/master/README.md#license
[travis-badge]: https://travis-ci.org/adjivas/krpsim.svg?branch=master&style=flat-square
[travis]: https://travis-ci.org/adjivas/krpsim
[docs-badge]: https://img.shields.io/badge/API-docs-blue.svg?style=flat-square
[docs]: https://adjivas.github.io/krpsim/krpsim
#### Usage
```
Krpsim
francois LE CORRE , geam , adjivas
Krpsim
USAGE:
krpsim [FLAGS] [OPTIONS] --file
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
-v, --verbose Defines a output with more informations.
OPTIONS:
-d, --delay Defines the delay.
-f, --file Defines the input's files who contain the stock, process and optimization.
-r, --result_to_test Defines the log result's of output
```
##### How to use
Example:
```shell
cargo run --bin krpsim -- --delay 100 --file resources/simple
cargo run --bin krpsim_verif -- --delay 100 --file resources/simple --result_to_test resources/simple.krpsim.log
```
#### UML-Language

#### Graph-Dependency
Many thanks goes to:

#### License
*Krpsim*'s code in this repo uses the [GNU GPL v3](http://www.gnu.org/licenses/gpl-3.0.html) [license](https://raw.githubusercontent.com/adjivas/krpsim /master/LICENSE).