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/def.h"
    #include "scip/type_retcode.h"
    #include "scip/type_scip.h"

    Go to the source code of this file.

    Functions

    SCIP_RETCODE SCIPincludeReaderOsil (SCIP *scip)