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:
parent
acc2149270
commit
02a509b6e8
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue