This project implements a top-down partitioning-based placement algorithm.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Java 19 or above
- Gradle
git clone https://github.com/maheshejs/cpen513pr.git
cd cpen513pr
./gradlew run --args="<benchmarkFile> <useRowSpacing> <useFM> <recursionDepth>"./gradlew clean test --tests proj.AppTestThe source code files for the project are located at :
└── app
└── src
└── main
└── java
└── proj
└── test
└── java
└── proj
└── data
└── benchmarks
└── ass2
- Joseph Maheshe - Initial work