CVXPY
Maximize
  Sum(X, None, False)
Subject To
 48: maximum(X + [ 2. -1.], [ 2. -1.]) <= 2.0
Bounds
 X free
End
----------------------------------------
AFTER COMPILATION
Minimize
 Obj: -1 x_0 -1 x_1
Subject to
 c1: +1 x_0 -1 x_2 <= -2
 c2: +1 x_1 -1 x_3 <= +1
 c3: -1 x_2 <= -2
 c4: -1 x_3 <= +1
 c5: +1 x_2 <= +2
 c6: +1 x_3 <= +2
Bounds
 x_0 free
 x_1 free
 x_2 free
 x_3 free
End
----------------------------------------
SCIP
Maximize
 Obj: +1 X_0 +1 X_1
Subject to
 maximum_1_0_0: +1 maximum_1_0 -1 X_0 >= +2
 maximum_1_0_1: +1 maximum_1_1 -1 X_1 >= -1
 maximum_1_1_0: +1 maximum_1_0 >= +2
 maximum_1_1_1: +1 maximum_1_1 >= -1
 48_0: +1 maximum_1_0 <= +2
 48_1: +1 maximum_1_1 <= +2
Bounds
 X_0 free
 X_1 free
 maximum_1_0 free
 maximum_1_1 free
End