Skip to content

Mathematical Programming System (MPS) format parser for Golang

License

Notifications You must be signed in to change notification settings

dennisfrancis/mps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPS

Mathematical Programming System (MPS) format parser for Golang. This package reads a plain/gzip mps file and returns the linear programming problem in standard form represented as the following matrices :

  1. A, constraints coefficient matrix.
  2. b, column vector containing the RHS of constraints.
  3. c, column vector containing objective function coefficients.

It also returns the functions that map from variables used in the standard form to the the actual variables of the problem.

This package depends on go.matrix

GoDoc

About

Mathematical Programming System (MPS) format parser for Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages