Logtalk 2.15.0 release files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@757 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2003-02-05 00:15:28 +00:00
parent c060e91cfc
commit 75392e54c7
266 changed files with 1479 additions and 617 deletions

View File

@@ -1,6 +1,6 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.14.7
Release 2.15.0
Copyright (c) 1998-2003 Paulo Moura. All Rights Reserved.
=================================================================

View File

@@ -1,6 +1,6 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.14.7
Release 2.15.0
Copyright (c) 1998-2003 Paulo Moura. All Rights Reserved.
=================================================================

View File

@@ -5,7 +5,7 @@
:- info([
version is 1.0,
authors is 'Paulo Moura',
author is 'Paulo Moura',
date is 1998/3/23,
comment is 'Best first heuristic state space search strategy.',
parnames is ['Threshold']]).

View File

@@ -6,7 +6,7 @@
:- info([
version is 1.0,
authors is 'Paulo Moura',
author is 'Paulo Moura',
date is 1998/3/23,
comment is 'Blind search state space strategies.',
parnames is ['Bound']]).

View File

@@ -5,7 +5,7 @@
:- info([
version is 1.0,
authors is 'Paulo Moura',
author is 'Paulo Moura',
date is 1998/3/23,
comment is 'Breadth first state space search strategy.',
parnames is ['Bound']]).

View File

@@ -5,7 +5,7 @@
:- info([
version is 1.0,
authors is 'Paulo Moura',
author is 'Paulo Moura',
date is 1998/3/23,
comment is 'Depth first state space search strategy.',
parnames is ['Bound']]).

View File

@@ -5,7 +5,7 @@
:- info([
version is 1.0,
authors is 'Paulo Moura',
author is 'Paulo Moura',
date is 1998/3/23,
comment is 'Eight puzzle heuristic state space search problem.']).

View File

@@ -5,7 +5,7 @@
:- info([
version is 1.0,
authors is 'Paulo Moura',
author is 'Paulo Moura',
date is 1998/3/23,
comment is 'Farmer, cabbage, goat, and wolf state space search problem.']).

View File

@@ -6,7 +6,7 @@
:- info([
version is 1.0,
authors is 'Paulo Moura',
author is 'Paulo Moura',
date is 1998/3/23,
comment is 'Heuristic state space search strategies.',
parnames is ['Threshold']]).

View File

@@ -6,7 +6,7 @@
:- info([
version is 1.0,
authors is 'Paulo Moura',
author is 'Paulo Moura',
date is 1998/3/23,
comment is 'Heuristic state space.']).

View File

@@ -5,7 +5,7 @@
:- info([
version is 1.0,
authors is 'Paulo Moura',
author is 'Paulo Moura',
date is 1998/3/23,
comment is 'Hill climbing heuristic state space search strategy.',
parnames is ['Threshold']]).

View File

@@ -5,7 +5,7 @@
:- info([
version is 1.1,
authors is 'Paulo Moura',
author is 'Paulo Moura',
date is 2000/11/21,
comment is 'Missionaries and cannibals heuristic state space search problem.']).

View File

@@ -5,7 +5,7 @@
:- info([
version is 1.0,
authors is 'Paulo Moura',
author is 'Paulo Moura',
date is 1998/3/23,
comment is 'Performance monitor for state space searches.']).

View File

@@ -6,7 +6,7 @@
:- info([
version is 1.0,
authors is 'Paulo Moura',
author is 'Paulo Moura',
date is 1998/3/23,
comment is 'State space search strategies.']).

View File

@@ -6,7 +6,7 @@
:- info([
version is 1.0,
authors is 'Paulo Moura',
author is 'Paulo Moura',
date is 1998/3/23,
comment is 'State space description predicates.']).

View File

@@ -5,7 +5,7 @@
:- info([
version is 1.0,
authors is 'Paulo Moura',
author is 'Paulo Moura',
date is 1998/3/23,
comment is 'Water jug state space search problem.']).