solve
Checks satisfiability of added constraints and returns a model if the problem is solvable, with configurable timeout.
Instructions
Solve the current problem and return the result.
Checks all added constraints for satisfiability and returns a model if the problem is SAT.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout_ms | No | Timeout in milliseconds for the solver. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||