CVXPY
Minimize
  max(X, None, False)
Subject To
 5: 1.0 <= X
Bounds
 X free
End
----------------------------------------
AFTER COMPILATION
Minimize
 Obj: +1 x_0
Subject to
 c1: -1 x_0 +1 x_1 <= +0
 c2: -1 x_0 +1 x_2 <= +0
 c3: -1 x_0 +1 x_3 <= +0
 c4: -1 x_0 +1 x_4 <= +0
 c5: -1 x_1 <= -1
 c6: -1 x_2 <= -1
 c7: -1 x_3 <= -1
 c8: -1 x_4 <= -1
Bounds
 x_0 free
 x_1 free
 x_2 free
 x_3 free
 x_4 free
End
----------------------------------------
SCIP
Minimize
 Obj: +1 max_1
Subject to
 max_1_0_0: +1 X_0_0 -1 max_1 <= +0
 max_1_0_1: +1 X_0_1 -1 max_1 <= +0
 max_1_1_0: +1 X_1_0 -1 max_1 <= +0
 max_1_1_1: +1 X_1_1 -1 max_1 <= +0
 5_0_0: +1 X_0_0 >= +1
 5_0_1: +1 X_0_1 >= +1
 5_1_0: +1 X_1_0 >= +1
 5_1_1: +1 X_1_1 >= +1
Bounds
 X_0_0 free
 X_0_1 free
 X_1_0 free
 X_1_1 free
 max_1 free
End