Scippy

    SCIP

    Solving Constraint Integer Programs

    heur_fuzzyround.h File Reference

    Detailed Description

    primal heuristic that constructs a feasible solution from the lp-relaxation. Round only on the state-variables (binvars) and then reconstruct the rest of the variables accordingly.

    Author
    Leon Eifler

    Definition in file heur_fuzzyround.h.

    #include "scip/scip.h"

    Go to the source code of this file.

    Functions

    SCIP_RETCODE SCIPincludeHeurFuzzyround (SCIP *scip)
     

    Function Documentation

    ◆ SCIPincludeHeurFuzzyround()

    SCIP_RETCODE SCIPincludeHeurFuzzyround ( SCIP scip)

    creates the fuzzy rounding primal heuristic and includes it in SCIP

    creates the oneopt primal heuristic and includes it in SCIP

    Parameters
    scipSCIP data structure

    Definition at line 160 of file heur_fuzzyround.c.

    References HEUR_DESC, HEUR_DISPCHAR, HEUR_FREQ, HEUR_FREQOFS, HEUR_MAXDEPTH, HEUR_NAME, HEUR_PRIORITY, HEUR_TIMING, HEUR_USESSUBSCIP, NULL, SCIP_CALL, SCIP_OKAY, and SCIPincludeHeurBasic().

    Referenced by SCIPincludeCycPlugins().