I want to understand how does SLG resolution work. But I don't know what SLG is (what does it stand for?).
The resource I found are Query evaluation under the well-founded semantics and citation to Efficient implementation of general logical queries
by W. Chen, D.S. Warren and Implementations of the well founded semantics
by W. Chen, T. Swift, D.S. Warren (there should a meta-intepreter from Quintus in it). But it's a bit too abstract or I can't access it.
Prolog engines propose SLG resolution as tabling but I would like to implement a meta-interpreter that does SLG resolution.
Any hint for a definition that would help me to implement the meta-interpreter is welcome.