Open sachihashimoto opened 9 months ago
This error originally happened at line 64, which we fixed temporarily with
js := [ j : j in [1..gX] | row[j] ne 0 ];
if #js eq 0 then
continue;
end if;
j0 := Minimum(js);
but before applying the same fix again, I need to understand how the output of this function will be used
I'm running into the following problem.
I have this code:
It gives me this error. What is going on?