A custom Rust LP file parser - this crate leverages the PEST crate for parsing LP files. It is designed and adhering to the following specifications:
- 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)
serde
: AddsSerde
annotations to each of the model Structs and Enums.diff
: Adds capability to diff two Structs
Test data has been copied from other similar or related projects:
This crate utilised insta
for snapshot testing.
cargo insta test --all-features # Run all tests
cargo insta review # Review any changes to the snapshots