This repo contains a new exact method to solve difficult and high-coordinate Euclidean max-sum diversity problems. It is associated with [1], and comes as a result of our work in [2].
Cplex 22.1.1
Eigen 3.4.0
To reproduce the results in [1], update CMakeLists.txt
to include corrected filepaths for Cplex
and Eigen
libraries and run
mkdir build
cd build
cmake ..
make .
Then to run the experiments in the background, run
nohup ./build/coordinate_partitioning &