Macaulay2 Engine
Loading...
Searching...
No Matches

◆ rawSLProgram()

M2SLProgram * rawSLProgram ( unsigned long nConstantsAndInputs)

Definition at line 925 of file matrix.cpp.

926{
927 (void) nConstantsAndInputs;
928 return new M2SLProgram(new SLProgram);
929}
MutableEngineObject wrapper that owns an SLProgram via unique_ptr.
Definition SLP-defs.hpp:64
A straight-line program: a directed acyclic graph of arithmetic gates over a fixed list of inputs and...
Definition SLP-defs.hpp:89