Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 830 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 830 Bytes

mgr

Quick introduction to code

  • download_libs.py may be used to download prerequisities. download_circuits.py may be used to download test circuits.
  • run_reduction.m contains sample usage.
  • reducer.m defines reduction framework. It separates G to atomic parts and performs reduction on each part (each connected component).
  • graph_reduce_*.m files defines graph algorithms reduction. Interface is defined in graph_reduce_abstract.m.
  • nodewise_*.m files defines nodewise reduction algorithms. Interface is defined in nodewise_abstract.m.

About MATLAB version

MATLAB 2015b+ is recommended to take advantage of JIT-Compiler implemented in MATLAB Engine.