http://www.perlmonks.org?node_id=182139


in reply to Re: Re: Re: Choosing a data structure for AI applications
in thread Choosing a data structure for AI applications

I believe the backtracking issue has to do with finding out the answer to the question (ref:Above) What objects have attribute 'hair'?

The example maps to the following facts

.. and then tries to backtrack to determine if 'giving birth live' maps to 'All mammals' and from there to 'have hair'.

--t. alex

"Mud, mud, glorious mud. Nothing quite like it for cooling the blood!"
--Michael Flanders and Donald Swann

  • Comment on Re4: Choosing a data structure for AI applications