Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

A small improvement of destructive assignment
Take a look at http://www.kprolog.com/en/logical_assignment/
Here is an almost portable, almost logical implementation of
predicate set that may replace destructive assignment predicates.
assignable(X) makes X an assignable term,
X<=V makes the value of assignable term X to V(old values backed up),
X<+V commits the value of X to V (no backup to choice point),
X=>V unifies the value of X with V.

It is important that there is a compatible implementation that
does not use any destructive assignment builtin predicate. The
implementation is slow but logical. It is also important that
the faster implementation uses setarg/3, but hides the differences
between setarg/3 implementations successfully.

A list permutation example,
listPermutor(P,[a,b,c]),
listPermute(P,L1),
listPermute(P,L2),
listPermute(P,L3),
results L1=[a,b,c],L2=[a,c,b],L3=[b,a,c].
No backtracking required to generate these results, and no
destructive assignment required, when the slower implement is
used.

Wish you a Happy New Year,
--
Nobukuni Kino, KLS Research,Inc. kino@kprolog.com

Report this thread to moderator Post Follow-up to this message
Old Post
Nobukuni Kino
12-31-04 01:57 AM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

Prolog archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 08:56 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.