Skip to main content

Crate cnvx_parse

Crate cnvx_parse 

Source
Expand description

§CNVX Parse

This crate provides simple parsers for various LP file formats, including AMPL, GMPL, and MPS, built on top of cnvx_core. It defines a common LanguageParser trait and specific parsers for each format.

§Modules

  • ampl: Parser for AMPL format.
  • gmpl: Parser for GMPL format.
  • mps: Parser for MPS format.

Re-exports§

pub use ampl::AMPLLanguage;
pub use gmpl::GMPLLanguage;
pub use mps::MPSLanguage;

Modules§

ampl
gmpl
mps

Traits§

LanguageParser
Trait for parsers

Functions§

parse