mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
Merge branch 'unstable' of https://git01.codeplex.com/z3 into unstable
This commit is contained in:
commit
def69e2521
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ namespace karr {
|
|||
hilbert_basis hb;
|
||||
for (unsigned i = 0; i < src.size(); ++i) {
|
||||
vector<rational> v(src.A[i]);
|
||||
v.append(src.b[i]);
|
||||
v.push_back(src.b[i]);
|
||||
hb.add_eq(v, rational(0));
|
||||
}
|
||||
for (unsigned i = 0; i < 1 + src.A[0].size(); ++i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue