remove prints

This commit is contained in:
Helldragon67 2025-01-15 10:11:22 +01:00
parent bb40743db2
commit 8b34f3727b

View File

@ -479,14 +479,10 @@ class Optimizer:
A_eq = np.vstack((A_eq, A), dtype=np.int8)
b_eq += b
print(A_ub)
print('\n\n')
print(b_ub)
print('\n\n')
print(A_eq)
print('\n\n')
print(b_eq)
print('\n\n')
# SET BOUNDS FOR DECISION VARIABLE (x can only be 0 or 1)
x_bounds = [(0, 1)]*L*L