solveList
Shorthand for solveList with options set to SolveOptions.allLazilyWithTimeout of timeout.
Shorthand for solveList with SolveOptions.DEFAULT.
Eagerly solves goal and collects every produced Solution into a List. Unlike solve, this always computes solutions eagerly regardless of SolveOptions.isLazy -- be mindful of goals with infinite (or very large) solution sets, which will make this method never return (or exhaust memory).