We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b088b commit cdb537aCopy full SHA for cdb537a
1 file changed
scipplan/scipplan.py
@@ -94,7 +94,6 @@ def optimize(self):
94
95
for eqtn_idx, eqtn in enumerate(exprs):
96
self.plan.model.addCons(eqtn, f"{constraint}_{idx}_{eqtn_idx}")
97
- print(eqtn)
98
99
iteration += 1
100
0 commit comments