We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b3e69b commit 0db60d2Copy full SHA for 0db60d2
1 file changed
pyalp/src/CMakeLists.txt
@@ -231,9 +231,7 @@ set(PYTHON_VERSION ${PYTHON_VERSION_STRING})
231
set(pybind11_VERSION ${pybind11_VERSION})
232
233
# This is a simplified list. A more robust solution would inspect the build targets.
234
-set(pyalp_ALGORITHMS "conjugate_gradient")
235
-set(pyalp_ALGORITHMS "SARE_Ising")
236
-set(pyalp_ALGORITHMS "SARE_QUBO")
+set(pyalp_ALGORITHMS "conjugate_gradient simulated_annealing_replica_exchange")
237
set(pyalp_BACKENDS "reference, reference_omp")
238
239
# Configure the metadata file from the template
0 commit comments