Gecode 5.0.0

This commit is contained in:
Vitor Santos Costa
2016-12-10 03:09:59 -06:00
parent 45a54e2b04
commit 82ad65a344
17 changed files with 18711 additions and 3424 deletions

View File

@@ -0,0 +1,10 @@
/* just for program analysis */
:- module(gecode, [(:=)/2, op(500, xfx, ':='),
(+=)/2, op(500, xfx, '+=')]).
:- include(gecode5_yap_hand_written).
:- include('5.0.0/gecode_yap_auto_generated').