#!/bin/bash

DOMAIN=$1
PROBLEM=$2
shift 2

planutils run lapkt -- /planner/BFWS/ff-version/bfws --domain $DOMAIN --problem $PROBLEM --output plan $@
