Crate lp_solvers

Crate lp_solvers 

Source
Expand description

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