Sujet : Re: The solver does not terminate
De : julio (at) *nospam* diegidio.name (Julio Di Egidio)
Groupes : sci.logicDate : 06. Dec 2024, 17:58:39
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vivafv$2dbt1$2@dont-email.me>
References : 1 2 3 4 5 6 7 8
User-Agent : Mozilla Thunderbird
On 06/12/2024 17:17, Julio Di Egidio wrote:
On 06/12/2024 16:58, Mild Shock wrote:
Cut away certain rules, avoiding even more backtracking.
I had `once` initially, as that certainly makes sense, but it was failing even some of the simpler pos cases. I shall try again.
Indeed, not even a plain `once` works since there may be more than one *different* matching hypothesis, and committing to the first one in order may lead to failure.
Anyway, as said, I'd rather not cut on the search space (at all), plus I don't see how cutting should matter to termination (given that the reduction rules are not recursive).
I need to think more about it: what is exactly going wrong.
-Julio