Coder Social home page Coder Social logo

satis.ai's Introduction

satis.ai

About the problem

Context: A multi branch burger that receives different orders

Problem: Creation of a process that from a chain of orders and kitchen parameters (such as capacity to cook hamburgers in parallel, cooking time, packing capacity, packing time, ...) returns the path more optimal for cooking, assembly and packaging of orders.

Main difficult: Simulate a time task queue with different types of workers

INPUT

Types of row: 2

<restautant_id>, <cooking_capacity>, <cooking_time>, <assembling_capacity>, <assembling_time>, <package_capacity>, <package_time>, <Patties inventory>,<Lettuce inventory>,<Tomato inventory>,<Veggie patties inventory>,<Bacon Inventory>
R1,4C,1,3A,2,2P,1,100,200,200,100,100
<restaurant_id>, <order_time>, <order_id>, [<burguer>, ...]
R1,2020-12-08 19:15:31,O1,BLT,LT,VLT
R1,2020-12-08 19:15:32,O2,VLT,VT,BLT,LT,VLT
...

Ingredients:

  • L for Lettuce
  • T for Tomatoes
  • V for Veggie burger
  • B for Bacon

Burguers are made with 1 patty.

OUTPUT

Types of row: 3

<Restaurant ID>,<Order ID>,<Accepted or Rejected>,<expected processing time in minutes>
R1,O1,ACCEPTED,8
R1,O2,ACCEPTED,7
R1,O3,REJECTED
<Restaurant ID>,TOTAL,<Total time it takes to process all orders>
R1,TOTAL,25
<Restaurant ID>,Inventory,<Patties inventory>,<Lettuce inventory>,<Tomato inventory>,<Veggie patties inventory>,<Bacon Inventory>
R1,INVENTORY,58,130,115,63,50

satis.ai's People

Contributors

asacristani avatar

Watchers

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