资 源 简 介
Abstract:
The main aim of this work is to create small program based on constraint
programming or solving shop scheduling problems e.q Job-shop, Flow-shop, Open-shop
Introduction:
Scheduling problems are combinatorial and optimizing problems (often
NP-hard) and thus can be described by constraints -> constraint base
scheduling is good approach for solving mentioned problems.
We use gecode (www.gecode.org) constraint programming library.
Benefits of this library are: open-source, speed
Disadvantages are: it is still in the progress - lack of
documentation.
Installation:
Install gecode library (http://www.gecode.org/download.html)
Download sources:
(http://code.google.com/p/jcjobshop/downloads/list)
or checkout from svn repository
svn checkout http://jcjobshop.googlecode.com/svn/trunk/ jcjobshop