Skip to content

Commit

Permalink
Moved nlw-related projects to folders in IDEs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mapgccv committed Feb 21, 2024
1 parent 1e85e5d commit 7ed3226
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,9 @@ if (BUILD_EXAMPLES OR NLW2_LIB)
# for a calling CMake project
set(NLW2_LIB_NAME ${NLW2_LIB_NAME} PARENT_SCOPE)
set(NLW2_C_API_LIB_NAME ${NLW2_C_API_LIB_NAME} PARENT_SCOPE)
# Add to folders to better organize project in IDEs
add_to_folder(${MP_FOLDER_PREFIX}nlw nlw2 nlw2_c_api nl-writer-example-c nl-writer-example-cpp)
add_to_folder(${MP_FOLDER_PREFIX}nlw gen_nl_opcodes nlw-ex-easy-api-c nlw-ex-easy-api-cpp nlw-ex-full-api-c nlw-ex-full-api-cpp)
endif()


Expand Down
1 change: 1 addition & 0 deletions test/end2end/scripts/python/SolverCollection.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def addStdSolvers(solvers: SolverCollection, binPath=""):
solvers.addSolver(Solver.CPLEXDirectSolver(path.join(binPath,"cplexmp"))) ## Need as long as the target is there
solvers.addSolver(Solver.BaronSolver(path.join(binPath,"baron")))
solvers.addSolver(Solver.ConoptSolver(path.join(binPath,"conopt4")))
solvers.addSolver(Solver.ConoptSolver(path.join(binPath,"conopt")))
solvers.addSolver(Solver.COPTSolver(path.join(binPath,"copt")))
solvers.addSolver(Solver.MindoptSolver(path.join(binPath,"mindoptampl")))
solvers.addSolver(Solver.HighsSolver(path.join(binPath,"highs")))
Expand Down

0 comments on commit 7ed3226

Please sign in to comment.