Skip to content

Commit ccde65a

Browse files
authored
Merge pull request #31 from ederc/msolve
fixes msolve test due to new msolve binary
2 parents 6ae54a1 + 899bfc1 commit ccde65a

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

test/Msolve-test.jl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,7 @@ function test_msolve_qq_l2()
2626
@test length(sols) == 6
2727

2828
test_sols=[
29-
[4871720146171538053//8606136274519915162, 556010706967535921//3726774170982363712, 113376249241794779//443673942583616667, -243817258112272092//1298483891285305001],
30-
[1709182024934578276//3884438535844349667, 1410952112210577516//4593555428149678135, 99053225134378139//936582683649889144, -217118074030671581//1633411809993125516],
31-
[1//1, 0//1, 0//1, 0//1],
32-
[452743799637016807//606669070771355944, 456850886032707767//1956748565966302868, -501868158234629217//2718562067991793660, 651152824892914037//8348708935528466750],
33-
[864155811707679569//4606538246761933084, 103160859936579578//1316603937596356701, 3764235640497721//51148181865446440, 18052514399240359//71001644994605646],
34-
[1//3, 0//1, 0//1, 1//3]
29+
[5221121991829859395//9223372036854775808, 1376067712062205983//9223372036854775808, 2356936539502020145//9223372036854775808, -1773444330549010351039//9444732965739290427392], [8116705438486101663//18446744073709551616, 2833042174119636653//9223372036854775808, 487733097575731645//4611686018427387904, -5021690718065612612481//37778931862957161709568], [1//1, 0//1, 0//1, 0//1], [13766399846697459097//18446744073709551616, 2153422141472502827//9223372036854775808, -851353881404752243//4611686018427387904, 46039787397761586515//590295810358705651712], [6920971994354151069//36893488147419103232, 722685815883263375//9223372036854775808, 339395697759429703//4611686018427387904, 38421910449864642395061//151115727451828646838272], [12297829382473034411//36893488147419103232, 1//36893488147419103232, 1//36893488147419103232, 787061080478274202283//2361183241434822606848]
3530
]
3631

3732
for i in 1:length(sols)

0 commit comments

Comments
 (0)