CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2010
    Posts
    1

    AI backward chaining

    hi All,

    I am new to C++ programming and I am trying to make a program to solve first order logic using backward chaining.
    I searched for example source codes but all I could find were in PROLOG.
    Can anyone help me here?

    Thanks

  2. #2
    Join Date
    Apr 2004
    Location
    England, Europe
    Posts
    2,492

    Re: AI backward chaining

    You should ask in the Algorithms forum:

    http://www.codeguru.com/forum/forumdisplay.php?f=65

    My hobby projects:
    www.rclsoftware.org.uk

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured