Files
secondo/Optimizer/MemoryAllocation/MemoryOptimization.h

18 lines
316 B
C
Raw Normal View History

2026-01-23 17:03:45 +08:00
/*
$Header$
@author Nikolai van Kempen
Refer to the file MemoryAllocatin.cpp for more information.
*/
#include "SWI-Prolog.h"
foreign_t pl_memoryOptimization(term_t t_minOpMemory, term_t t_maxMemory,
term_t t_constraints, term_t t_dimension, term_t sufficientMemory,
term_t memoryAssignments);
// eof