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

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

Awesome Lists containing this project

README

          

# Karmarkar

[![crates.io](https://img.shields.io/crates/v/karmarkar.svg)](https://crates.io/crates/karmarkar)

Karmarkar algorithm for Rust.

## Example

```
cargo run --example example
```