Skip to content

vandenheuvel/relp-bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crate

Relp

An exact linear program solver written in Rust using the Relp crate.

Usage

Compile the crate with:

cargo build --release

Make sure to include the --release flag to disable (expensive) debug assertions.

You can then solve problems with:

target/release/relp-bin my_program.mps

For more options, use the --help flag:

USAGE:
    relp-bin [FLAGS] <problem-file>

ARGS:
    <problem-file>    File containing the problem description

FLAGS:
    -h, --help           Prints help information
        --no-presolve    Disable presolving
        --no-scale       Disable scaling
    -V, --version        Prints version information

About

A Linear Program solver written in Rust.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages