Crate lp_parser_rs

source ·
Expand description

LP Parser

A Rust LP file parser leveraging PEST and adhering to the following specifications:

It supports the following LP file features:

  • Problem Name
  • Problem Sense
  • Objectives
    • Single-Objective Case
    • Multi-Objective Case
  • Constraints
  • Bounds
  • Variable Types: Integer, Generals, Lower Bounded, Upper Bounded, Free & Upper and Lower Bounded
  • Semi-continuous
  • Special Order Sets (SOS)

Modules§

Structs§

Enums§