https://github.com/neka-nat/karmarkar
Rust implementation of Karmarkar's algorithm
https://github.com/neka-nat/karmarkar
karmarkar linear-programming rust
Last synced: about 1 year ago
JSON representation
Rust implementation of Karmarkar's algorithm
- Host: GitHub
- URL: https://github.com/neka-nat/karmarkar
- Owner: neka-nat
- Created: 2020-11-06T14:15:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-17T23:46:38.000Z (over 4 years ago)
- Last Synced: 2025-03-27T00:06:23.022Z (about 1 year ago)
- Topics: karmarkar, linear-programming, rust
- Language: Rust
- Homepage:
- Size: 2.06 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Karmarkar
[](https://crates.io/crates/karmarkar)
Karmarkar algorithm for Rust.
## Example
```
cargo run --example example
```