vinayburugu / simulatedAnnealing

Implementation of Simulated Annealing algorithm for circuit bipartitioning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simulatedAnnealing

Implementation of Simulated Annealing algorithm for circuit bipartitioning. A benchmark file which contains no of cells as the first line no of connections as the second line all the connections are followed after the second line. Each connection is mentioned in the format "cellnumber1 cellnumber2"

About

Implementation of Simulated Annealing algorithm for circuit bipartitioning.


Languages

Language:C++ 97.5%Language:Makefile 2.5%