Gecode/J Reference Documentation
2.2.0
This document provides reference information about Gecode/J, a Java interface to the Gecode library. The documentation is structured into three major groups: common programming tasks, common functionality, and other available functionality.This document corresponds to Gecode/J version 2.2.0, which is to be used in conjunction with Gecode version 2.2.0.
Programming tasks
Documentation is available for the following tasks:- Interfacing to Gecode/J
- Direct modelling
- Programming search engines
- Programming propagators and branchings
- Programming variables
Common functionality
Example scripts
Getting started
For your first steps with Gecode/J, the following pages may be of interest:- Notational conventions
- Brief glossary
- Compiling and installing Gecode/J
- Introduction to implementing a model using Gecode/J
