Code Monkey home page Code Monkey logo

ai_miss_cann's Introduction

AI_Miss_Cann

Parameterized solver of Missionaries and Cannibals Problem using Breadth First Search implemented in C++.

Getting Started

Clone the repository, compile and run it.

Clone

git clone https://github.com/EduardoCulau/AI_Miss_Cann.git

Compile

Enter the project directory and run the make command below. The parameter PRINT define if the program must to print the execution or not.

make -j 5 -C src/ PRINT=0

or

make -j 5 -C src/ PRINT=1

Run

The executable has 4 parameters as following in the below table:

Parameter Meaning
-m Number of Missionaries
-c Number of Cannibals
-bc Boat Capacity
-h Help

One example is:

./bin/miss_cann -m 2 -c 2 -bc 2

For a fast test, is possible to run with the make command as follow below but only with m = 3, c = 3 and bc = 2.

make run332 -C src/

ai_miss_cann's People

Contributors

eduardoculau avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

rixxuss

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.