This commit is contained in:
Vitor Santos Costa 2011-09-02 23:27:54 +01:00
commit 3f9e1c2836
5 changed files with 5 additions and 7 deletions

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
================

View File

@ -16,7 +16,7 @@
%% along with this program. If not, see <http://www.gnu.org/licenses/>.
%%=============================================================================
:- use_module(gecode).
:- use_module(library(gecode)).
disjunctor1(X_,Y_) :-
Space := space,

View File

@ -16,7 +16,7 @@
%% along with this program. If not, see <http://www.gnu.org/licenses/>.
%%=============================================================================
:- use_module(gecode).
:- use_module(library(gecode)).
disjunctor2(X_,Y_) :-
Space := space,

View File

@ -16,7 +16,7 @@
%% along with this program. If not, see <http://www.gnu.org/licenses/>.
%%=============================================================================
:- use_module(gecode).
:- use_module(library(gecode)).
% S E N D
% + M O R E

View File

@ -16,7 +16,7 @@
%% along with this program. If not, see <http://www.gnu.org/licenses/>.
%%=============================================================================
:- use_module(gecode).
:- use_module(library(gecode)).
% S E N D
% + M O S T