Expand description
§mosox
mosox is a GMPL parser and matrix generator.
Modules§
- normalize
- MPS file normalizer for deterministic diffing in regression tests.
Enums§
Functions§
- generate_
matrix - Convert merged model to matrix.
- load_
data - Loads the GMPL data file at
pathinto an internal representation - load_
model - Loads the GMPL model file at
pathinto an internal representation - load_
model_ and_ data - Load model and data, calling
load_modelandload_data. - matrix_
to_ mps - Print matrix in MPS format to stdout.
- matrix_
to_ mps_ file - Write matrix in MPS format to a file.
- merge_
model - Merge raw model and data into a
ModelWithData. - solve_
matrix - Solve the compiled matrix with Highs
- stem
- Get the stem from a path.