#!/bin/bash
set -e
echo "Running CatOpt-Swarm tests..."
python3 solver.py
echo "All tests passed successfully!"