We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a99a8 commit eb34d9fCopy full SHA for eb34d9f
test/commutative/comparison.jl
@@ -1,6 +1,10 @@
1
@testset "Comparison" begin
2
@testset "Graded Lex Order" begin
3
Mod.@polyvar x y z
4
+ O = Graded{LexOrder}
5
+ @test ordering(x) == O
6
+ @test ordering(x * y) == O
7
+ @test ordering(variables(x * y)) == O
8
@test x > y > z
9
@test x^2 * y > y^3 > z
10
@test y^2 >= x
0 commit comments