broesdecat / Flatzinc-To-IDP

Transformation of flatzinc into the IDP knowledge representation language, based on the logic FO(ID, Agg, part, arith).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fz2idp is a program to transform input in the flatzinc constraint programming language into input in the idp language, version of the languages current at May 2011.

IMPORTANT: the transformation should maintain valid input, but might throw an error on invalid input or transform invalid flatzinc into invalid idp. It will never transform valid into invalid input or vice-versa. 

About

Transformation of flatzinc into the IDP knowledge representation language, based on the logic FO(ID, Agg, part, arith).

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 100.0%