Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 523 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 523 Bytes

Car Pooling Project

Description

This project solve CarPooling task usings agent-oriented approach.

Libraries

We use JADE framework to emulate agent interaction.

Run command

This is a Maven Project. You can run it with following command:

mvn -Pjade-main clean compiler:compile resources:resources exec:java

Intellij IDEA

If you use Intellij IDEA you can create configuration like to configuration on screenshot to run project: