aiParts |
Free Open Source Artificial Intelligence C++ Parts |
|
Home Page Contact Us Free Downloads Releases and Credits License View Source Files and how they are organized High-Hope Technique History of the AI The Read-Me File Your Application |
aiParts Source FilesThe aiParts source files can be viewed from this page.(Download the software from the Download page.) Probably the most interesting file to look at first is samp_a_to_b.cpp (near-the-bottom-right, below) - it is the Shortest-Path sample program. It uses the classes declared in samp_a2b.h , which are specializations of the classes in aipHighHope.h (near-the-bottom-left). aipReqRes.h specializes the HighHope classes to solve requirement-resource problems, which applications can specialize for specific types of problems (ex: packages and trucks, people and projects). The software in each row (after the first two rows) requires the aip software in the rows above it...
|