Crate lp_solvers

source ·
Expand description

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

Modules§

  • Traits to be implemented by structures that can be dumped in the .lp format
  • Concrete implementations for the traits in crate::lp_format
  • This module provides the interface to different solvers.
  • Utilities to help with building problems