heur_nlpdiving.h
Go to the documentation of this file.
31 * Diving heuristic: Iteratively fixes some fractional variables and resolves the LP and NLP relaxations, thereby simulating a
32 * depth-first-search in the tree. Double Diving chooses the variable for which the sum of the distances from the relaxations'
34 * One-level backtracking is applied: If the NLP gets infeasible, the last fixing is undone, and the opposite fixing is tried.
38/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
common defines and data types used in all packages of SCIP
SCIP_RETCODE SCIPincludeHeurNlpdiving(SCIP *scip)
Definition: heur_nlpdiving.c:2666
Definition: objbenders.h:44
Definition: struct_scip.h:70
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure