1#!/usr/bin/env bash 2 3timeout_sec=120 4record_timeout_sec=240 5runs=10 6 7export PATH=`pwd`/software/install/minizinc/bin:$PATH