File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -2071,13 +2071,3 @@ void SCIPvariableGraphFree(
2071
2071
2072
2072
SCIPfreeBlockMemory (scip , vargraph );
2073
2073
}
2074
-
2075
- /** returns TRUE if the heuristic is safe to be executed in exact solving mode */
2076
- SCIP_Bool SCIPheurIsExact (
2077
- SCIP_HEUR * heur /**< primal heuristic */
2078
- )
2079
- {
2080
- assert (heur != NULL );
2081
-
2082
- return heur -> exact ;
2083
- }
Original file line number Diff line number Diff line change @@ -258,11 +258,6 @@ void SCIPheurEnableOrDisableClocks(
258
258
SCIP_Bool enable /**< should the clocks of the heuristic be enabled? */
259
259
);
260
260
261
- /** returns TRUE if the heuristic is safe to be executed in exact solving mode */
262
- SCIP_Bool SCIPheurIsExact (
263
- SCIP_HEUR * heur /**< primal heuristic */
264
- );
265
-
266
261
#ifdef __cplusplus
267
262
}
268
263
#endif
You can’t perform that action at this time.
0 commit comments