Merge branch 'master' of https://github.com/denys-duchier/yap-6.3
This commit is contained in:
commit
3f9e1c2836
@ -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
|
||||||
================
|
================
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
%% along with this program. If not, see <http://www.gnu.org/licenses/>.
|
%% along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
%%=============================================================================
|
%%=============================================================================
|
||||||
|
|
||||||
:- use_module(gecode).
|
:- use_module(library(gecode)).
|
||||||
|
|
||||||
disjunctor1(X_,Y_) :-
|
disjunctor1(X_,Y_) :-
|
||||||
Space := space,
|
Space := space,
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
%% along with this program. If not, see <http://www.gnu.org/licenses/>.
|
%% along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
%%=============================================================================
|
%%=============================================================================
|
||||||
|
|
||||||
:- use_module(gecode).
|
:- use_module(library(gecode)).
|
||||||
|
|
||||||
disjunctor2(X_,Y_) :-
|
disjunctor2(X_,Y_) :-
|
||||||
Space := space,
|
Space := space,
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
%% along with this program. If not, see <http://www.gnu.org/licenses/>.
|
%% along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
%%=============================================================================
|
%%=============================================================================
|
||||||
|
|
||||||
:- use_module(gecode).
|
:- use_module(library(gecode)).
|
||||||
|
|
||||||
% S E N D
|
% S E N D
|
||||||
% + M O R E
|
% + M O R E
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
%% along with this program. If not, see <http://www.gnu.org/licenses/>.
|
%% along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
%%=============================================================================
|
%%=============================================================================
|
||||||
|
|
||||||
:- use_module(gecode).
|
:- use_module(library(gecode)).
|
||||||
|
|
||||||
% S E N D
|
% S E N D
|
||||||
% + M O S T
|
% + M O S T
|
||||||
|
Reference in New Issue
Block a user