0

Is it possible to restrict the running time of a query in SICStus Prolog?

sentinel
  • 401
  • 5
  • 14

1 Answers1

3

You can use the time_out predicate :

http://www.sics.se/sicstus/docs/3.7.1/html/sicstus_42.html

DarkWingDuck
  • 2,028
  • 1
  • 22
  • 30