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

Function setReduce

factory/variable.cc:238–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238void setReduce( const Variable & alpha, bool reduce )
239{
240 ASSERT( alpha.level() < 0 && alpha.level() != LEVELBASE, "illegal extension" );
241 algextensions[-alpha.level()].reduce() = reduce;
242}
243
244char getDefaultVarName()
245{

Callers 6

invertMethod · 0.85
QGCDFunction · 0.85
ReduceFunction · 0.85
modularDiophantFunction · 0.85
diophantineHenselQaFunction · 0.85
diophantineQaFunction · 0.85

Calls 2

levelMethod · 0.45
reduceMethod · 0.45

Tested by

no test coverage detected