|
LIBINT 2.7.2
|
RandomChoiceTactic chooses randomly among the applicable RRs. More...
#include <tactic.h>


Public Member Functions | |
| RR | optimal_rr (const rr_stack &stack) const |
| virtual RR | optimal_rr (const rr_stack &stack) const =0 |
Additional Inherited Members | |
Public Types inherited from libint2::Tactic | |
| typedef SafePtr< RecurrenceRelation > | RR |
| typedef std::vector< RR > | rr_stack |
Static Public Member Functions inherited from libint2::Tactic | |
| static constexpr bool | class_debug () |
RandomChoiceTactic chooses randomly among the applicable RRs.
|
virtual |
Implements libint2::Tactic.