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 8e7d9fc commit 82c9ee8Copy full SHA for 82c9ee8
src/interfaces/nemo.jl
@@ -18,8 +18,8 @@ function _convert_to_msolve(
18
nr_terms = sum(lens)
19
field_char = characteristic(R)
20
21
- if field_char > 2^31
22
- error("At the moment we only support finite fields up to prime characteristic < 2^31.")
+ if field_char > 2^31 || degree(base_ring(R)) != 1
+ error("At the moment we only support prime fields up to prime characteristic < 2^31.")
23
end
24
# get coefficients
25
if field_char == 0
0 commit comments