#!/bin/bash


git clone https://github.com/ipc2023-classical/planner19.git hapori_greedy_opt_build
cd hapori_greedy_opt_build
git checkout latest

apptainer build ../ipc2023_hapori_greedy_opt.sif Apptainer.hapori_greedy_opt

cd ..
rm -rf hapori_greedy_opt_build
