Giter Site home page Giter Site logo

tribanocci / cpm_crash_algo Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 65.06 MB

CPM Crash ALgorithm for Project Management Optimazation. It is implementent ias a Web-App in python, so the Backend was made by Flask Framework

Python 8.76% HTML 86.41% CSS 4.83%

cpm_crash_algo's Introduction

CPM_Crash_Algo

A Flask project of a web-application that implements teh CPM Crash ALgorithm for Project Management Optimazation.

The project is deployed and running, CPM_Crash_Algo

Table of Contents

Description

This algorith has as input the the activities of a project. For each activity, a list of predecessor activities is given, along with the normal time for the activity duration, the crash time meaning thge time that the activity can be crashed to and the Crash Cost that is the the cost per day of crash. Finally the indirect cost of each day of the project is given. The output is the optimized project duration with respec of minimizing the cost by taking account the crash cost and the indirect cost.

This project is under development with the objective of making the import data more user-friendly

Project Website

Visit the Project Website, where the app is up and running.

Installation

In order to use modify and run the web-app locally, you must:

  1. Install VS Code.
  2. Install dependencies (Flask and scipy), using the VS code terminal.
    1. pip install Flask
    2. python -m pip install scipy
  3. Run the app, python -m flask run --app app.py

Usage

The code and the website that runs the code execute my implementation of the Critical Path Method (CPM) for minimizing the cost of a project by crashing the activities. You can use it as a verification for your calculations in project management courses

Contributing

By testing the running up, discovering issues.

cpm_crash_algo's People

Contributors

tribanocci avatar

Watchers

 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.