true
if the system succeeds to find a first solution of the given goal, false
otherwise.engine.init()
, allocates a new Thread
object, and start the execution of the given goal. And then it stops the thread and returns true
if the goal succeeds, false
otherwise.
@see #run
|
|
|
|