Squire Solve
solveRun bounded Z3 or MiniZinc solver jobs in fresh disposable sandboxes to validate constraints and offload computations remotely.
Instructions
Run bounded solver jobs for Z3 or MiniZinc in a fresh disposable sandbox.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Optional MiniZinc .dzn data file. | |
| file | Yes | Path to the solver input file. | |
| solver | Yes | Solver: z3 or minizinc. | |
| timeout | No | Solver timeout in seconds. |