arya2004/artificial-intelligence
🚗 Create a Prolog Expert System for Car Starting Troubleshooting
开放
#13 创建于 2025年10月4日
expert-systemgood first issuehacktoberfestprolog
仓库指标
- 星标
- (2 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
🔧 Prolog Expert System: Car Starting Troubleshooting
Create a simple expert system in Prolog to help diagnose why a car might not start. Include conditions like:
- Battery dead
- Fuel empty
- Ignition problem
- Starter motor failure
📁 File:
src/06_expert_system/car_troubleshoot.pl
Bonus: simulate a simple yes/no CLI questionnaire in comments.