LIBINT  2.1.0-stable
Public Types | Public Member Functions | List of all members
libint2::Tactic Class Referenceabstract

Tactic is used to choose the optimal (in some sense) recurrence relation to reduce a vertex. More...

#include <tactic.h>

Inheritance diagram for libint2::Tactic:
Inheritance graph
[legend]

Public Types

typedef SafePtr< RecurrenceRelationRR
 
typedef vector< RR > rr_stack
 

Public Member Functions

virtual RR optimal_rr (const rr_stack &stack) const =0
 

Detailed Description

Tactic is used to choose the optimal (in some sense) recurrence relation to reduce a vertex.


The documentation for this class was generated from the following file: