CVXPY
Maximize
  Sum(x, None, False)
Subject To
 62: reshape(x, (4,), F) <= [0. 1. 2. 3.]
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 <= +0
 c2: +1 x_1 <= +1
 c3: +1 x_2 <= +2
 c4: +1 x_3 <= +3
Bounds
 x_0 free
 x_1 free
 x_2 free
 x_3 free
End
----------------------------------------
SCIP
Maximize
 Obj: +1 x_0 +1 x_1 +1 x_2 +1 x_3
Subject to
 62_0: +1 x_0 <= +0
 62_1: +1 x_1 <= +1
 62_2: +1 x_2 <= +2
 62_3: +1 x_3 <= +3
Bounds
 x_0 free
 x_1 free
 x_2 free
 x_3 free
End