18 lines
316 B
C
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
|