The Java Constraint Programming interface POOC (Platform for Object Oriented Constraint Programming).

Notice

Please note that some of this documentation is very outdated! And: Read the COPYRIGHT very carefully!

The package POOC.jar contains a Makefile and CVS directories. These are for POOC development, not for its use!

Examples

Try e.g.
    java de.fhg.first.fd.example.Order de.fhg.first.fd.firstcs.Solver 10 10
    java de.fhg.first.fd.example.Order de.fhg.first.fd.sicstus.Solver 10 10

    java de.fhg.first.fd.example.Schedule de.fhg.first.fd.firstcs.Solver 3
    java de.fhg.first.fd.example.Schedule de.fhg.first.fd.sicstus.Solver 3

    java de.fhg.first.fd.example.Search de.fhg.first.fd.sicstus.Solver
      (does not work with firstcs)

    java de.fhg.first.fd.example.Send de.fhg.first.fd.sicstus.Solver
      (does not work with firstcs)

    java de.fhg.first.fd.example.Trivial de.fhg.first.fd.firstcs.Solver
    java de.fhg.first.fd.example.Trivial de.fhg.first.fd.sicstus.Solver
    

POOC Home Page

Please visit the project homepage: http://www.first.fhg.de/pooc