Skip to content

Project for Texas State AI course. Forward chaining and backward chaining logic that determines whether or not a patient has cancer and what type of cancer it is that they have.

Notifications You must be signed in to change notification settings

joedm96/AI-Project-1

Repository files navigation

[DESCRIPTION]
This project is intended to run properly on the txst linux servers (zeus.cs.txstate.edu/eros.cs.txstate.edu).
It is split into multiple files, with Project1-(netID).cpp being the main program file. See Project1-(netID).docx for
a full report on the data structures, design, code analysis, etc.

[AUTHORS]
Brandon Burtchell
Joe McAdams
Jeff Wilson

[COMPILATION AND RUNNING]
Use the following linux commands to compile and run the program:

g++ -std=c++11 Clause.h Clause.cpp Conclusion.h Conclusion.cpp Project1.h Project1.cpp -o proj1
./proj1

From there, follow the on-screen prompts to navigate the program.

[LOG]
Please note that this program also outputs a log file titled Project1-LOG_ID#(id number).txt, with (id number)
being specified by the user at runtime. This log serves as the way to view intermediate steps of the inference
engine, so as to no clog up the output of the program.

About

Project for Texas State AI course. Forward chaining and backward chaining logic that determines whether or not a patient has cancer and what type of cancer it is that they have.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages