File tree 1 file changed +1
-12
lines changed
1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -776,7 +776,7 @@ SCIP_RETCODE freeDecomposition(
776
776
#define relaxCopyBenders NULL
777
777
#define relaxInitBenders NULL
778
778
#define relaxExitBenders NULL
779
-
779
+ #define relaxExitsolBenders NULL
780
780
781
781
/** destructor of relaxator to free user data (called when SCIP is exiting) */
782
782
static
@@ -850,17 +850,6 @@ SCIP_DECL_RELAXINITSOL(relaxInitsolBenders)
850
850
return SCIP_OKAY ;
851
851
}
852
852
853
-
854
- /** solving process deinitialization method of relaxator (called before branch and bound process data is freed) */
855
- static
856
- SCIP_DECL_RELAXEXITSOL (relaxExitsolBenders )
857
- { /*lint --e{715}*/
858
- assert (scip != NULL );
859
- assert (relax != NULL );
860
-
861
- return SCIP_OKAY ;
862
- }
863
-
864
853
/** execution method of relaxator */
865
854
static
866
855
SCIP_DECL_RELAXEXEC (relaxExecBenders )
You can’t perform that action at this time.
0 commit comments