3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00

remove a global debug variable

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2024-11-05 10:56:13 -08:00 committed by Lev Nachmanson
parent acc2149270
commit 02a509b6e8

View file

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