Scippy

    SCIP

    Solving Constraint Integer Programs

    reader_fix.h File Reference

    Detailed Description

    file reader for variable fixings

    Author
    Tobias Achterberg

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

    <variable name> <value to fix>

    Note that only a subset of the variables may need to appear in the file. Lines with unknown variable names are ignored. The writing functionality is currently not supported.

    Note
    The format is equal to the (not xml) solution format of SCIP.

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