heur_oneopt.h
Go to the documentation of this file.
22 * an integer variable x<sub>j</sub> can be decreased for c<sub>j</sub> > 0 or increased for c<sub>j</sub> < 0 23 * if the resulting solution is still feasible. If more than one variable can be shifted, they are sorted by 24 * non-decreasing impact on the objective and sequentially shifted until no more improvements can be 28 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
SCIP_RETCODE SCIPincludeHeurOneopt(SCIP *scip) Definition: objbranchrule.h:33 SCIP callable library. |