good_lp 1.8.1

Mixed Integer Linear Programming for Rust, with an user-friendly API. This crate allows modeling LP problems, and lets you solve them with various solvers.
Documentation

good_lp

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 12 feature flags, 3 of them enabled by default.

default

  • coin_cbc
  • singlethread-cbc

coin_cbc

  • dep:coin_cbc

singlethread-cbc

  • coin_cbc?/singlethread-cbc

all_default_solvers

  • coin_cbc
  • minilp
  • lpsolve
  • highs
  • russcip
  • lp-solvers
  • clarabel

russcip

  • dep:russcip

scip

  • russcip

clarabel

  • dep:clarabel

lpsolve

  • dep:lpsolve

highs

  • dep:highs

cplex-rs

  • dep:cplex-rs

lp-solvers

  • dep:lp-solvers

minilp

  • dep:minilp