|
LIBINT 2.9.0
|
FirstChoiceTactic simply chooses the first RR. More...
#include <tactic.h>


Public Member Functions | |
| FirstChoiceTactic (const std::shared_ptr< RandomizePolicy > &rpolicy=std::shared_ptr< RandomizePolicy >(new RandomizePolicy)) | |
| RR | optimal_rr (const rr_stack &stack) const |
Additional Inherited Members | |
Public Types inherited from libint2::Tactic | |
| typedef std::shared_ptr< RecurrenceRelation > | RR |
| typedef std::vector< RR > | rr_stack |
Static Public Member Functions inherited from libint2::Tactic | |
| static constexpr bool | class_debug () |
FirstChoiceTactic simply chooses the first RR.
|
inlinevirtual |
Implements libint2::Tactic.