Skip to content

Commit bef313f

Browse files
committed
test
1 parent 7ecac27 commit bef313f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/math/lp/dioph_eq.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
#include "math/lp/lp_utils.h"
1212
/*
1313
Following paper: "A Practical Approach to Satisfiability Modulo Linear
14-
Integer Arithmetic" by Alberto Griggio([email protected]) Data structures are:
14+
Integer Arithmetic" by Alberto Griggio([email protected]).
15+
Data structures are:
1516
-- term_o: inherits lar_term and differs from it by having a constant, while
1617
lar_term is just a sum of monomials
1718
-- entry : has a dependency lar_term, keeping the history of the entry

0 commit comments

Comments
 (0)