Crate lp_solvers[][src]

A library to write problems in the .lp file format and call external solvers to solve them.

Modules

lp_format

Traits to be implemented by structures that can be dumped in the .lp format

problem

Concrete implementations for the traits in crate::lp_format

solvers

This module provides the interface to different solvers.

util

Utilities to help with building problems