idea174-catopt-swarm/test.sh

7 lines
166 B
Bash
Executable File

#!/bin/bash
set -e
echo "Running CatOpt-Swarm mathematical verification tests..."
python3 admm_solver.py
echo "All ADMM constraints and safety policy tests passed!"