Scippy

SCIP

Solving Constraint Integer Programs

reader_osil.h File Reference

Detailed Description

OS instance language (OSiL) format file reader.

Author
Stefan Vigerske

This reader allows to parse OSiL files with linear and nonlinear constraints and objective. Writing is not implemented yet.

The OSiL format is an XML based format to represent a broad class of mathematical programming instances, see http://www.coin-or.org/OS/OSiL.html .

Definition in file reader_osil.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeReaderOsil (SCIP *scip)
 

Function Documentation

SCIP_RETCODE SCIPincludeReaderOsil ( SCIP scip)

includes the osil file reader into SCIP

Parameters
scipSCIP data structure