Skip to content

Commit 02a509b

Browse files
committed
remove a global debug variable
Signed-off-by: Lev Nachmanson <[email protected]>
1 parent acc2149 commit 02a509b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/math/lp/dioph_eq.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#include "math/lp/lp_utils.h"
55
#include <list>
66
#include <queue>
7-
unsigned glb=0;
87
namespace lp {
98
// This class represents a term with an added constant number c, in form sum {x_i*a_i} + c.
109
class dioph_eq::imp {

0 commit comments

Comments
 (0)