|
|
|
|
|
by cvoss
1035 days ago
|
|
> Z3 SMT theorem prover to validate Well that's awesome. Do you know, is the theory decidable? My guess would be yes, due to quantification over only bounded integers, but I'm not sure what the full complexity of the rule language is. |
|
Those rules can include terms like "5", "x", "x+2", and "x+y+3", so you can express most variants in a signle rule.
The closest to "undecidable" under this rule system is that you can hide a region and prevent further deductions from it, making some board states impossible to resolve. Other than that, all the rules are decidable.