|
|
|
|
|
by weber111
3143 days ago
|
|
I'm a little confused by Let C(x) be a constraint checking polynomial; C(x) = 0 if 0 <= x <= 9 and is nonzero otherwise. There’s a simple way to construct C(x): x * (x-1) * (x-2) * ... * (x-9) This is only true if x is an integer in that range, right? But the polynomial he's transforming by applying C to it doesn't have a discrete range |
|