ckpttncpp

Circuit Partitioning C++ Code


Project maintained by luk036 Hosted on GitHub Pages — Theme by mattgraham

ckpttncpp

Circuit Partitioning C++ Code

Gitpod Ready-to-Code Build Status Documentation Status codecov CodeFactor Codacy Badge BCH compliance Documentation

Highlights

Installation and Run

To run in gitpod.io:

./envconfig.sh  # first time when gitpod image is built

To build with Ninja:

mkdir build && cd build
cmake -GNinja ..
ninja all

To run CTest:

ninja test

Limits:

Maximum #partitions = 255