MCPcopy Create free account
hub / github.com/Singular/Singular / Reduce

Function Reduce

factory/variable.cc:309–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309void Reduce( bool on)
310{
311 int i;
312 for (i=ExtensionLevel(); i>0;i--)
313 {
314 Variable l(-i);
315 setReduce(l,on);
316 }
317}

Callers

nothing calls this directly

Calls 2

ExtensionLevelFunction · 0.85
setReduceFunction · 0.85

Tested by

no test coverage detected