mirror of
https://github.com/Z3Prover/z3
synced 2025-06-09 15:43:25 +00:00
remove a global debug variable
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
b99439599b
commit
eb0aeab2a3
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue