Skip to content

Commit

Permalink
make test happy
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeok9855 committed Jan 12, 2025
1 parent 5a3323d commit d84da62
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions rl4co/envs/routing/cvrp/HGS-CVRP/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash

PWD=$(pwd)

cd "$(dirname "$0")"
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -G "Unix Makefiles"
make lib
cd $PWD

0 comments on commit d84da62

Please sign in to comment.