Scippy

    SCIP

    Solving Constraint Integer Programs

    reader_bnd.h File Reference

    Detailed Description

    file reader for variable bounds

    Author
    Ambros Gleixner

    This reader allows to read a file containing new bounds for variables of the current problem. Each line of the file should have format

    <variable name> <lower bound> <upper bound>

    where infinite bounds can be written as inf, +inf or -inf. Note that only a subset of the variables may appear in the file. Lines with unknown variable names are ignored.

    Definition in file reader_bnd.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 SCIPincludeReaderBnd (SCIP *scip)