Window Optimization. More...
Classes | |
| struct | shift_window_selection |
| Window Selection functor based on Shift Window Selection. More... | |
| struct | line_window_selection |
| Window Selection functor based on Line Window Selection. More... | |
| struct | resynthesis_optimization |
| Re-synthesis optimization (Wrapper for window_optimization) More... | |
Namespaces | |
| namespace | revkit |
| Main namespace. | |
Typedefs | |
| typedef boost::function < circuit(const circuit &)> | select_window_func |
| Functor for selecting the windows. More... | |
Functions | |
| bool | window_optimization (circuit &circ, const circuit &base, properties::ptr settings=properties::ptr(), properties::ptr statistics=properties::ptr()) |
| Window Optimization. More... | |
| optimization_func | window_optimization_func (properties::ptr settings=properties::ptr(new properties()), properties::ptr statistics=properties::ptr(new properties())) |
| Functor for the window_optimization algorithm. More... | |
Window Optimization.
1.8.3.1