#include <utils.hpp>
Public Member Functions | |
| eSLIMLog (int size) | |
Public Attributes | |
| unsigned int | iteration_count = 0 |
| double | relation_generation_time = 0 |
| double | synthesis_time = 0 |
| unsigned int | subcircuits_with_forbidden_pairs = 0 |
| std::vector< int > | nof_analyzed_circuits_per_size |
| std::vector< int > | nof_replaced_circuits_per_size |
| std::vector< int > | nof_reduced_circuits_per_size |
| std::vector< ABC_UINT64_T > | cummulative_sat_runtimes_per_size |
| std::vector< int > | nof_sat_calls_per_size |
| std::vector< ABC_UINT64_T > | cummulative_unsat_runtimes_per_size |
| std::vector< int > | nof_unsat_calls_per_size |
|
inline |
Definition at line 92 of file utils.hpp.
| std::vector<ABC_UINT64_T> eSLIM::eSLIMLog::cummulative_sat_runtimes_per_size |
| std::vector<ABC_UINT64_T> eSLIM::eSLIMLog::cummulative_unsat_runtimes_per_size |
| std::vector<int> eSLIM::eSLIMLog::nof_analyzed_circuits_per_size |
| std::vector<int> eSLIM::eSLIMLog::nof_reduced_circuits_per_size |
| std::vector<int> eSLIM::eSLIMLog::nof_replaced_circuits_per_size |
| unsigned int eSLIM::eSLIMLog::subcircuits_with_forbidden_pairs = 0 |