File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11## CAP info functions
22
33* CanCompute( category, string )
4- Returns true if the the function with name <string > is computable in <category >.
4+ Returns true if the operation with name <string > is computable in <category >.
55
66* CheckConstructivenessOfCategory( category, string )
77 Returns a list of names of basic operations which are not computable in <category > but
2828* PrintAutomaticallyGeneratedInstallationsForLimits( string )
2929 Prints all installations of the method with name <string > which are automatically generated
3030 by the (co)limit mechanism. If no method name is given, all such installations are printed.
31+
32+ * PackageOfCAPOperation( string )
33+ Returns the package where the operation with name <string > is defined.
34+
You can’t perform that action at this time.
0 commit comments