Skip to content

Commit e29284a

Browse files
committed
rm gdb
Former-commit-id: e3c74cb [formerly 96e6b6b] Former-commit-id: 7f541f7
1 parent a6099ed commit e29284a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/cutting_stock.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33

4-
import pdb
54
from mip.model import *
65

76
EPS = 10e-4
@@ -103,7 +102,6 @@ def cg():
103102
new_vars = False
104103

105104
pricing.write('pricing.lp')
106-
pdb.set_trace()
107105

108106
print_solution(master)
109107

0 commit comments

Comments
 (0)