Go Back   Rhinocerus > Newsgroup > Newsgroup comp.lang.* 2 > Newsgroup comp.lang.prolog

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 07-20-2012, 06:32 PM
janburse@fastmail.fm
Guest
 
Posts: n/a
Default ANN: Jekejeke Minlog 0.5 (forward Chaining, Chart Parser and CLP(FD))

Dear All,

The first release of Jekejeke Minlog has just been released.

The highlights are:

- Forward Chaining: Turning a predicate into a forward chaining
predicate is just a matter of a simple declaration:

:- forward a/1, b/1.
b(X) :- a(X).

Facts can be temporarily posted via the predicate post/1, the
forward chaining engine will then compute the completion:

?- post(a(1)), b(X).
X = 1

- Chart Parser: DCG rules will detect a forward predicate head,
and do an appropriate rewriting.

- CLP(FD): We have bundled a small constraint solver that keeps
the constraints in the forward store.

For certain examples the performance is good. For example
a backtracking solution for SEND+MORE=MONEY with 3000ms goes
down to 30ms with this constraint solver.

Download and detailed documentation are available from:
http://www.jekejeke.ch

Have Fun

Jan Burse, Jul 20. 2012, 20:24
Reply With Quote
Alt Today
Advertising
 
and become member of Rhinocerus
Standard Sponsored Links

Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT. The time now is 01:25 AM.


Copyright ©2009

LinkBacks Enabled by vBSEO 3.3.0 RC2 © 2009, Crawlability, Inc.