This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
ricroc de17f5cca4 Adding tabling support for mixed strategy evaluation (batched and local scheduling)
UPDATE: compilation flags -DTABLING_BATCHED_SCHEDULING and -DTABLING_LOCAL_SCHEDULING removed. To support tabling use -DTABLING in the Makefile or --enable-tabling in configure.
  NEW: yap_flag(tabling_mode,MODE) changes the tabling execution mode of all tabled predicates to MODE (batched, local or default).
  NEW: tabling_mode(PRED,MODE) changes the default tabling execution mode of predicate PRED to MODE (batched or local).


git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1268 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2005-04-07 17:56:58 +00:00
..
2004-10-26 20:16:18 +00:00
2004-09-30 21:37:41 +00:00
2005-01-28 23:14:41 +00:00
2004-06-05 03:37:01 +00:00
2005-01-28 23:14:41 +00:00
2004-11-19 17:14:15 +00:00
2004-10-22 16:53:20 +00:00
2004-08-27 20:18:52 +00:00
2005-01-04 02:50:23 +00:00
2004-09-16 17:29:08 +00:00
2005-01-04 02:50:23 +00:00
2005-03-13 06:26:13 +00:00