[ Third Party Libraries | Reference Manual | Alphabetic Index ]library(flatzinc_parser)
A parser for FlatZinc
Predicates
- read_item(+Stream, -Item)
- Read one item from a FlatZinc input stream
Description
A parser for FlatZinc, based on 'Specification of FlatZinc' (Nov 7 2007).
It reads and returns one item at a time, as am ECLiPSe structure which
closely resembles the FZ input.
For FlatZinc, it seems an item-wise parser is a good idea, since the
items can be processed one at a time by ECLiPSe to set up the model.
About
- Author: Joachim Schimpf, supported by Cisco Systems and NICTA Victoria
- Copyright © Cisco Systems Inc, licensed under CMPL
- Date: $Date: 2008/06/20 17:21:23 $
See Also
library(flatzinc_syntax)
Generated from flatzinc_parser.eci on Sat Nov 8 07:00:04 2008