mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
remove a global debug variable
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
acc2149270
commit
02a509b6e8
|
@ -4,7 +4,6 @@
|
||||||
#include "math/lp/lp_utils.h"
|
#include "math/lp/lp_utils.h"
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <queue>
|
#include <queue>
|
||||||
unsigned glb=0;
|
|
||||||
namespace lp {
|
namespace lp {
|
||||||
// This class represents a term with an added constant number c, in form sum {x_i*a_i} + c.
|
// This class represents a term with an added constant number c, in form sum {x_i*a_i} + c.
|
||||||
class dioph_eq::imp {
|
class dioph_eq::imp {
|
||||||
|
|
Loading…
Reference in a new issue