Re: CLP(FD): what is necessary?
- From: Wit Jakuczun <wit@xxxxxxxxxxxxx>
- Date: Fri, 14 Mar 2008 21:48:16 +0100
Dnia Fri, 14 Mar 2008 12:57:03 -0500
"Neng-Fa Zhou" <nzhou@xxxxxxx> napisał(a):
And what about:
"Joachim Schimpf" <jschimpf@xxxxxxxxx> wrote in message
news:1205504359.212176@xxxxxxxxxxxxxxxxxxxxxxxxxxx
Neng-Fa Zhou wrote:
...
A successor of Delay Clauses, called Action Rules, ...
I call (AR) Action Rules a successor of (DC) Delay Clauses because AR is
inspired by DC and AR subsumes DC (A delay clause is a special action rule
where the events watched are only ins events and the action is just true).
suspend( agent(X),
Priority,
[
inst(X)
]
)
where
agent(X) :-
Condition(X),
Action(X).
It look like:
agent(X), Condition(X), { ins(X) } => Action(X).
What is the difference between suspension mechanism that
is available in ECLiPSe and AR?
Best regards
--
[ Wit Jakuczun <W.Jakuczun [at] wlogsolutions.com> ]
[ WLOG Solutions http://www.wlogsolutions.com ]
.
- References:
- CLP(FD): what is necessary?
- From: Wit Jakuczun
- Re: CLP(FD): what is necessary?
- From: Neng-Fa Zhou
- Re: CLP(FD): what is necessary?
- From: Joachim Schimpf
- Re: CLP(FD): what is necessary?
- From: Neng-Fa Zhou
- CLP(FD): what is necessary?
- Prev by Date: Re: WAM Vs. TOAM
- Next by Date: XSB on Ubuntu?
- Previous by thread: Re: CLP(FD): what is necessary?
- Next by thread: Re: CLP(FD): what is necessary?
- Index(es):
Relevant Pages
|
|