37#ifndef __SCIP_HEUR_RENS_H__
38#define __SCIP_HEUR_RENS_H__
70 SCIP_Real minfixingrate,
72 SCIP_Longint maxnodes,
73 SCIP_Longint nstallnodes,
75 SCIP_Bool binarybounds,
common defines and data types used in all packages of SCIP
SCIP_RETCODE SCIPapplyRens(SCIP *scip, SCIP_HEUR *heur, SCIP_RESULT *result, SCIP_Real minfixingrate, SCIP_Real minimprove, SCIP_Longint maxnodes, SCIP_Longint nstallnodes, char startsol, SCIP_Bool binarybounds, SCIP_Bool uselprows)
SCIP_RETCODE SCIPincludeHeurRens(SCIP *scip)
type definitions for primal heuristics
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