You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TOOLS.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,10 @@ jres_solver.exe [options]
58
58
|`-d`|`--diagnose`| Run in **Diagnostic Mode** to explain why a schedule is infeasible. |`false`|
59
59
|`-h`|`--help`| Print usage instructions. ||
60
60
61
+
> [!TIP]
62
+
> **Constraint Configuration:**
63
+
> While some options are available as CLI flags, core schedule constraints such as `maxBusyHours`, `minimumRestHours`, and `consecutiveStints` are defined strictly within the **Input JSON** file. See [README](./README.md#input-json-specification) for details.
0 commit comments