Git Product home page Git Product logo

printshopscheduler's Introduction

PrintShopScheduler

Print Shop Scheduler

Installation (tested on Ubuntu 14.04)

  1. Install Boost C++ libraries
$ sudo apt-get install libboost-all-dev
  1. Install JAVA 8 (optional)
$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update
$ sudo apt-get install oracle-java8-installer
  1. Compile the source code of the scheduler. In the root directory of the project:
$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install

All executables produced by the 'make' command above are located in build/apps, including single-site, multi-site, and filler-scheduler. There is a 'run.sh' script in each of the folders under build/apps. The names of the executables are: psss (single-site scheduler), pssm (multi-site scheduler), and pssf (filler scheduler), which can be used to test the excess capacity of a given shop using a test filler job. Running the executables without any arugment will print out the usage message to stdout. Directory build/apps/jni contains a JNI interface for the scheduler.

Example shop and job files

The 'data' folder contains a list of example shops and job lists, as follows:

  1. example.shp: a single-site shop example

  2. example_joblist[1-5].jls: example job list files

  3. example_multi_site_shop.mss: a multi-site shop example that refers to the following three site shops

  4. example_shop[1-3].shp: example single-site shops that belong to the above multi-site shop

  5. example_multi_site_jobs.msj: a multi-siite job list example that refers to the five single-site job lists described in 2.

printshopscheduler's People

Contributors

zhouron avatar

Stargazers

 avatar

Watchers

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