Skip to content

Commit

Permalink
remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
kraison committed Jun 1, 2012
1 parent 6340d63 commit 49820c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bipartite.lisp
Expand Up @@ -65,8 +65,8 @@ v2."
(add-edge flow-net source node :weight 1))
(dolist (node v2)
(add-edge flow-net node sink :weight 1))
(visualize flow-net :render? t
:file (format nil "data/matching-~A.dot" algorithm))
;;(visualize flow-net :render? t
;;:file (format nil "data/matching-~A.dot" algorithm))
(setq *bp* flow-net)
(multiple-value-bind (flow edges)
(compute-maximum-flow flow-net source sink :algorithm algorithm)
Expand Down

0 comments on commit 49820c7

Please sign in to comment.