Code Monkey home page Code Monkey logo

project-load-unload's Introduction

PROJECT LOAD UNLOAD CS323 Project, IIT Jodhpur

Python Version Under Dev Pull Requests build passing visitors

SHORT PROJECT INTRO

IMAGE ALT TEXT

DETAILED PROJECT VIDEO

IMAGE ALT TEXT

HOW TO RUN?

Get Code

Download (clone code) from this repository and add Sever and Client folders to Server and Client machines respectively.

Install Python 3.7.4

On all client machines and server machine install Python 3.7.4. Install from here

Install pip

for windows machines

python get-pip.py

for mac/linux

python3 get-pip.py

Upgrade pip

for windows use

pip install --upgrade pip

for mac/linux

pip3 install --upgrade pip3

Install Dependencies

for windows run

pip install -r requirements.txt

for mac/linux

pip3 install -r requirements.txt

make sure that requirements.txt is in your working directory. If requirements not installed properly, install all requirements from requirements.txt manually.

Input

Make necessary changes to \code\solver\input.txt or \code\generator\map_input.txt (please watch code presentation, to know necessary details)

Run Files

to run solver, run the following commands (we assumed your current directory is code)
to run solver on windows,

cd solver
python solver.py < input.txt

to run solver on linux/macOS,

cd solver
python3 solver.py < input.txt

to generate map on windows,

cd generator
python generate_map.py < map_input.txt

to generate map on linux/macOS,

cd solver
python3 generate_map.py < map_input.txt

CODE PRESENTATION

IMAGE ALT TEXT

REPORT

Download PDF

PRESENTATION

Download PDF

project-load-unload's People

Watchers

James Cloos avatar Nivedit Jain 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.