|
LIBINT 2.9.0
|
Strategy specifies how to apply recurrence relations. More...
#include <strategy.h>
Public Types | |
| typedef std::shared_ptr< RecurrenceRelation > | RR |
Public Member Functions | |
| RR | optimal_rr (const std::shared_ptr< DirectedGraph > &graph, const std::shared_ptr< DGVertex > &integral, const std::shared_ptr< Tactic > &tactic) |
| Returns the optimal recurrence relation for integral. | |
Strategy specifies how to apply recurrence relations.