Car-sequencing problem
From: Paolo (domisol_at_email.it)
Date: 03/12/05
- Next message: A.L.: "Re: Car-sequencing problem"
- Previous message: Traveler: "Re: When will GOFAI die, for good?"
- Next in thread: A.L.: "Re: Car-sequencing problem"
- Reply: A.L.: "Re: Car-sequencing problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 12 Mar 2005 07:04:51 -0800
Hi all,
I'm trying to learn Prolog because I must develop an application for
my thesis. In particular I must plan a solver in order to resolve the
problem of the car-sequencing, with Fuzzy variables.
Perhaps someone has the code for the resolution of this problem in
Amzi! Prolog? I've found an example written in BProlog but some
functions are not standard of Prolog.
For example, the declaration:
domain(Y,0,1)
or
atmost(1,X,1)
or
element(X1,L1,O11)
not exists in Amzi Prolog.
Thanks for the patience,
Paul
- Next message: A.L.: "Re: Car-sequencing problem"
- Previous message: Traveler: "Re: When will GOFAI die, for good?"
- Next in thread: A.L.: "Re: Car-sequencing problem"
- Reply: A.L.: "Re: Car-sequencing problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|