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

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

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 |