CVXPY
Minimize
  Sum(X, None, False)
Subject To
 52: 1.0 <= min(X + [[1.00 -2.00]
 [3.00 4.00]], None, False)
Bounds
 X free
End
----------------------------------------
AFTER COMPILATION
Minimize
 Obj: +1 x_0 +1 x_1 +1 x_2 +1 x_3
Subject to
 c1: -1 x_0 -1 x_4 <= +1
 c2: -1 x_1 -1 x_4 <= +3
 c3: -1 x_2 -1 x_4 <= -2
 c4: -1 x_3 -1 x_4 <= +4
 c5: +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 X_0_0 +1 X_0_1 +1 X_1_0 +1 X_1_1
Subject to
 min_1_0_0: +1 X_0_0 -1 min_1 >= -1
 min_1_0_1: +1 X_0_1 -1 min_1 >= +2
 min_1_1_0: +1 X_1_0 -1 min_1 >= -3
 min_1_1_1: +1 X_1_1 -1 min_1 >= -4
 52: +1 min_1 >= +1
Bounds
 X_0_0 free
 X_0_1 free
 X_1_0 free
 X_1_1 free
 min_1 free
End