Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!usc!brutus.cs.uiuc.edu!samsung!ginosko!cs.utexas.edu!uunet!munnari.oz.au!cs.mu.oz.au!ok From: ok@cs.mu.oz.au (Richard O'Keefe) Newsgroups: comp.lang.prolog Subject: Re: non-sequential recursion Message-ID: <2593@munnari.oz.au> Date: 31 Oct 89 01:56:05 GMT References: Sender: news@cs.mu.oz.au Distribution: comp Lines: 7 In article , eiverson@nmsu.edu (Eric Iverson) writes: > This may be a baby problem, but here goes: Is there any possible way > to skip levels while backtracking? Look in the literature under the heading "intelligent backtracking". It may be possible to recast your problem so that you don't need it. Why not tell us what your real problem is?