Files
secondo/OptimizerBasic/Distributed/calloptimizer.pl

28 lines
394 B
Perl
Raw Permalink Normal View History

2026-01-23 17:03:45 +08:00
/*
//[Appendix] [\appendix]
[Appendix]
1 Initializing and Calling the Optimizer
[File ~calloptimizer.pl~]
The optimizer is started by loading this file.
*/
:- [opsyntax].
:-
assert(highNode(0)),
assert(boundarySize(0)),
assert(boundaryMaxSize(0)),
[optimizerNewProperties],
[database],
[statistics],
[operators],
[boundary],
[searchtree],
[testcases],
[auxiliary].