Files
secondo/Optimizer/MemoryAllocation/MemoryOptimization.h
2026-01-23 17:03:45 +08:00

18 lines
316 B
C

/*
$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