doc should say to load gecode as a library module
This commit is contained in:
@@ -1,10 +1,8 @@
|
|||||||
USING THE GECODE MODULE
|
USING THE GECODE MODULE
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
:- use_module(gecode).
|
|
||||||
or
|
|
||||||
:- use_module(library(gecode)).
|
:- use_module(library(gecode)).
|
||||||
if it is installed as a library module
|
|
||||||
|
|
||||||
CREATING A SPACE
|
CREATING A SPACE
|
||||||
================
|
================
|
||||||
|
Reference in New Issue
Block a user