doc should say to load gecode as a library module

This commit is contained in:
Denys Duchier 2011-09-02 20:00:55 +02:00
parent 7109143fd9
commit 0e49f6cf3b

View File

@ -1,10 +1,8 @@
USING THE GECODE MODULE
=======================
:- use_module(gecode).
or
:- use_module(library(gecode)).
if it is installed as a library module
CREATING A SPACE
================