Giter Site home page Giter Site logo

flo1166 / assemblyline Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 4 KB

This was part of the lecture "object oriented programming of heuristics" at the KU Ingolstadt.

Java 100.00%
assembly binpacking java line next-fit object-oriented-programming selection-sort

assemblyline's Introduction

AssemblyLine

General

This project sorts via selection sort processing steps of a product which take a certain time and opens new stations if the capacity is exceeded from the previous station.

Structure

  • processingsteps - this package includes the processing steps object
  • ProcessingRelation - this class inhabits the relation (pre- and successor of a processing step and the object processing step itself)
  • ProcessingStep - the object processing step with processing time and name
  • solve - the package includes all methods and solver to solve the problem
  • Method - a abstract class to have the option to implement other methods
  • RankedPositionWeight - a implemented method to solve the problem
  • Solver - the solver to solve the problem with the selection sort and next fit logic derived from code snippets from the lecturer
  • stations - the package includes the station objects
  • Station (code snippets / logic in parts from Andreas Popp [lecturer]) - to build the station objects with limitations
  • StationArray (code snippets / logic in parts from Andreas Popp [lecturer]) - to pack and open new stations

assemblyline's People

Contributors

flo1166 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.