https://github.com/oovm/milp-rs
Mixed Integer Linear Programming in pure rust
https://github.com/oovm/milp-rs
linear-programming mixed-integer-linear-programming mixed-integer-optimization
Last synced: 2 months ago
JSON representation
Mixed Integer Linear Programming in pure rust
- Host: GitHub
- URL: https://github.com/oovm/milp-rs
- Owner: oovm
- License: mpl-2.0
- Created: 2023-03-26T12:45:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T10:07:10.000Z (12 months ago)
- Last Synced: 2025-03-09T02:47:57.159Z (3 months ago)
- Topics: linear-programming, mixed-integer-linear-programming, mixed-integer-optimization
- Language: Rust
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
README
Rust Template Project
=====================Rust template project for monorepo
## Change the initial commit
```shell
git commit --amend --message "๐ Project initialized!" --date "2012-12-12"
```## Emoji Comment
| Emoji | Meaning |
|--------|------------------------------|
| ๐ | Project initialized! |
| ๐ | Release new version |
| ๐งช๐ฎ | Experimental code |
| ๐ง๐๐ | Bug fix |
| ๐ | Security fix |
| ๐ฃ๐ค๐ฅ | Add feature |
| ๐ | Documentation |
| ๐ | Performance improve! |
| ๐ง | Work in progress |
| ๐จ | Test coverage improve! |
| ๐ฅ | CI improve! |
| ๐ฅ | Remove code or files |
| ๐งน | Code refactor |
| ๐ | Add analytics or branch code |
| ๐ค | Automation fix |
| ๐ฆ | Update dependencies |