Browsing by Author "Goh, Kim-Siew"
Now showing 1 - 1 of 1
Results Per Page
Sort Options
Item Metadata only Discrete event simulation in prolog(1984-11-01) Cleary, John; Goh, Kim-Siew; Unger, Brian WA logic programming language for simulation is presented along with several examples of its use. This language uses the same primitives as Concurrent Prolog with the addition of delay expressions in the guards. An advantage of this approach is that Concurrent Prolog programs can be prototyped and debugged via simulation after which the delay expressions can be ignored to produce the final Concurrent Prolog program. Limited backtracking is supported in the initial language interpreter which is written in standard Prolog. This enables alternate paths in a simulation to be explored for acceptable solutions. As in Concurrent Prolog a declarative interpretation of a program is possible. That is, a Concurrent Prolog program can be considered as a set of axioms in first order logic.