good_lp 1.15.2

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
1
2
3
4
5
6
FROM mcr.microsoft.com/devcontainers/rust:1-1-bookworm

RUN apt-get update && apt-get install -y vim curl

COPY ./build/ ./build/
RUN ./build/setup.sh && rm -r ./build