Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v80-bugfix'
Browse files Browse the repository at this point in the history
  • Loading branch information
scip-ci committed Oct 27, 2023
2 parents 12ee30e + 738df7f commit ba2af0e
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion applications/Coloring/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.9)

project(Coloring)

Expand Down
2 changes: 1 addition & 1 deletion applications/CycleClustering/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.9)

project(CycleClustering)

Expand Down
2 changes: 1 addition & 1 deletion applications/MinIISC/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.9)

project(MinIISC)

Expand Down
2 changes: 1 addition & 1 deletion applications/Ringpacking/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.9)

project(Rinpacking)

Expand Down
2 changes: 1 addition & 1 deletion applications/Scheduler/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.9)

project(Scheduler)

Expand Down
2 changes: 1 addition & 1 deletion examples/Binpacking/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.9)

project(Binpacking)

Expand Down
2 changes: 1 addition & 1 deletion examples/CallableLibrary/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.9)

project(CallableLibrary)
include(CTest)
Expand Down
2 changes: 1 addition & 1 deletion examples/Eventhdlr/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.9)

project(Eventhdlr)

Expand Down
2 changes: 1 addition & 1 deletion examples/GMI/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.9)

project(GMI)

Expand Down
2 changes: 1 addition & 1 deletion examples/LOP/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.9)

project(LOP)
include(CTest)
Expand Down
2 changes: 1 addition & 1 deletion examples/MIPSolver/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.9)

project(MIPSolver)

Expand Down
2 changes: 1 addition & 1 deletion examples/Queens/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.9)

project(Queens)

Expand Down
2 changes: 1 addition & 1 deletion examples/Relaxator/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.9)

project(Relaxator)

Expand Down
2 changes: 1 addition & 1 deletion examples/SCFLP/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.9)

project(SCFLP)

Expand Down
2 changes: 1 addition & 1 deletion examples/Sudoku/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.9)

project(Sudoku)

Expand Down
2 changes: 1 addition & 1 deletion examples/TSP/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.9)

project(TSP)

Expand Down
2 changes: 1 addition & 1 deletion examples/VRP/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.9)

project(VRP)

Expand Down
2 changes: 1 addition & 1 deletion src/bliss/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.9)

if(${CMAKE_VERSION} VERSION_LESS "3.12")
project(
Expand Down
4 changes: 2 additions & 2 deletions src/scip/cons_nonlinear.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ typedef struct
{
SCIP_NLHDLR* nlhdlr; /**< nonlinear handler */
SCIP_NLHDLREXPRDATA* nlhdlrexprdata; /**< data of nonlinear handler */
SCIP_NLHDLR_METHOD nlhdlrparticipation; /**< methods where nonlinear handler participates */
SCIP_NLHDLR_METHOD nlhdlrparticipation;/**< methods where nonlinear handler participates */
SCIP_Bool issepainit; /**< was the initsepa callback of nlhdlr called */
SCIP_Real auxvalue; /**< auxiliary value of expression w.r.t. currently enforced solution */
SCIP_Bool sepabelowusesactivity;/**< whether sepabelow uses activity of some expression */
Expand Down Expand Up @@ -12849,7 +12849,7 @@ SCIP_RETCODE SCIPregisterExprUsageNonlinear(
}

/* increase the nactivityusedsepa counter for all variables used in the given expression */
if(( useactivityforsepabelow || useactivityforsepaabove) && SCIPexprGetNChildren(expr) > 0 )
if( (useactivityforsepabelow || useactivityforsepaabove) && SCIPexprGetNChildren(expr) > 0 )
{
SCIP_EXPRITER* it;

Expand Down

0 comments on commit ba2af0e

Please sign in to comment.