#include <rrrAnalyzer.h>
Public Member Functions | |
| Analyzer (Parameter const *pPar) | |
| void | AssignNetwork (Ntk *pNtk_, bool fReuse) |
| bool | CheckRedundancy (int id, int idx) |
| bool | CheckFeasibility (int id, int fi, bool c) |
| void | ResetSummary () |
| summary< int > | GetStatsSummary () const |
| summary< double > | GetTimesSummary () const |
Definition at line 11 of file rrrAnalyzer.h.
| rrr::Analyzer< Ntk, Sim, Sol >::Analyzer | ( | Parameter const * | pPar | ) |
Definition at line 41 of file rrrAnalyzer.h.
| void rrr::Analyzer< Ntk, Sim, Sol >::AssignNetwork | ( | Ntk * | pNtk_, |
| bool | fReuse ) |
Definition at line 49 of file rrrAnalyzer.h.
| bool rrr::Analyzer< Ntk, Sim, Sol >::CheckFeasibility | ( | int | id, |
| int | fi, | ||
| bool | c ) |
Definition at line 87 of file rrrAnalyzer.h.
| bool rrr::Analyzer< Ntk, Sim, Sol >::CheckRedundancy | ( | int | id, |
| int | idx ) |
Definition at line 60 of file rrrAnalyzer.h.
| summary< int > rrr::Analyzer< Ntk, Sim, Sol >::GetStatsSummary | ( | ) | const |
Definition at line 124 of file rrrAnalyzer.h.
| summary< double > rrr::Analyzer< Ntk, Sim, Sol >::GetTimesSummary | ( | ) | const |
Definition at line 132 of file rrrAnalyzer.h.
| void rrr::Analyzer< Ntk, Sim, Sol >::ResetSummary | ( | ) |
Definition at line 118 of file rrrAnalyzer.h.