35#ifndef __SCIP_HEUR_PROXIMITY_H__
36#define __SCIP_HEUR_PROXIMITY_H__
common defines and data types used in all packages of SCIP
SCIP_RETCODE SCIPdeleteSubproblemProximity(SCIP *scip)
SCIP_RETCODE SCIPapplyProximity(SCIP *scip, SCIP_HEUR *heur, SCIP_RESULT *result, SCIP_Real minimprove, SCIP_Longint nnodes, SCIP_Longint nlpiters, SCIP_Longint *nusednodes, SCIP_Longint *nusedlpiters, SCIP_Bool freesubscip)
SCIP_RETCODE SCIPincludeHeurProximity(SCIP *scip)
type definitions for primal heuristics
struct SCIP_Heur SCIP_HEUR
result codes for SCIP callback methods
enum SCIP_Result SCIP_RESULT
type definitions for return codes for SCIP methods
enum SCIP_Retcode SCIP_RETCODE
type definitions for SCIP's main datastructure