LIBINT 2.7.2
Public Member Functions | List of all members
libint2::ZeroNewVerticesTactic Class Reference

ZeroNewVerticesTactic chooses first RR which adds no new vertices on DirectedGraph dg. More...

#include <tactic.h>

Inheritance diagram for libint2::ZeroNewVerticesTactic:
Inheritance graph
[legend]
Collaboration diagram for libint2::ZeroNewVerticesTactic:
Collaboration graph
[legend]

Public Member Functions

 ZeroNewVerticesTactic (const SafePtr< DirectedGraph > &dg)
 
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< RecurrenceRelationRR
 
typedef std::vector< RR > rr_stack
 
- Static Public Member Functions inherited from libint2::Tactic
static constexpr bool class_debug ()
 

Detailed Description

ZeroNewVerticesTactic chooses first RR which adds no new vertices on DirectedGraph dg.

Member Function Documentation

◆ optimal_rr()

ZeroNewVerticesTactic::RR ZeroNewVerticesTactic::optimal_rr ( const rr_stack &  stack) const
virtual

Implements libint2::Tactic.


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