Skip to content

rogalski/mgr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

My Master Thesis-related code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published