GithubHelp home page GithubHelp logo

dexta11 / package-delivery-expert-system Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rhtnr/package-delivery-expert-system

0.0 1.0 0.0 136 KB

An expert system for a package delivery company that will plan the best route a truck can take to the despatch city and to the delivery city.

CLIPS 100.00%

package-delivery-expert-system's Introduction

README

This is a package delivery simulation expert system programmed using CLIPS. A truck is required to drive the shortest route to the pickup city, pick the package up, drive the shortest route to the destination, deliver the package, then drive the shortest rout e back to Orlando to wait for the next shipping order.

Main Exec File: SOURCE.clp City data:cities.txt Truck data: trucks.txt Package data: packages.txt

Question: How to Execute the source?

	ANS:    I have made is really simple to execute the source.
			All data for cities, trucks and pakages are stored in files cities.txt, trucks.txt and packages.txt
			These file should be in the same folder as the SOURCE.clp file.
			Then the CLIPS IDE is opened and everything is cleared using (clear)
			Then the SOURCE.clp file is loaded into CLIPS IDE and reset is fired using (reset)
			Now the SOURCE.clp rules are run using (run).
			Now the output can be awaited.
			
			(Please do not modify the structure of input files as the program depends on the file structure to read data
			consistently. The structure in the input files are exactly as same as in the Question PDF. Any changes to the files
			should therefore retain the structure in the Question PDF)
			
			THEREFORE THE COMMANDS THAT SHOULD BE EXECUTED ARE AS FOLLOWS:
			
			
			         CLIPS (Quicksilver Beta 3/26/08)
		CLIPS> (load "SOURCE.clp")
		CLIPS> (reset)
		CLIPS> (run)

=====END OF README=====

package-delivery-expert-system's People

Contributors

rhtnr avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.