Scippy

SCIP

Solving Constraint Integer Programs

reader_mps.h File Reference

Detailed Description

(extended) MPS file reader

Author
Thorsten Koch
Tobias Achterberg

This reader allows to parse and write MPS files with linear and quadratic constraints and objective, special ordered sets of type 1 and 2, indicators on linear constraints, and semicontinuous variables. For writing, linear (general and specialized), indicator, quadratic, second order cone, and special ordered set constraints are supported.

See http://en.wikipedia.org/wiki/MPS_%28format%29 for a description.

Definition in file reader_mps.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeReaderMps (SCIP *scip)