This library provides easy-to-use tools for managing circuits in Kotlin. It contains methods for parsing AIGER and BENCH files, as well as classes for representing AIGs and circuits in your code. With this library, you can quickly and easily work with circuits in Kotlin, making it a great choice for anyone looking to build circuit-based applications.
build.gradle.kts
repositories {
maven(url = "https://jitpack.io")
}
dependencies {
implementation("com.github.Lipen:circuition:$version")
}