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: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,9 @@ See [TOOLS.md](./TOOLS.md) for full usage.
22
22
23
23
**JresSolver** is a C++ library designed to optimize endurance racing schedules. It uses the **HiGHS** Mixed Integer Programming (MIP) solver to assign drivers (and optional spotters) to race stints while satisfying constraints such as fuel usage, maximum drive times, minimum rest periods, and driver availability. The library utilizes a modular constraint architecture for flexibility and extensibility.
24
24
25
+
> [!IMPORTANT]
26
+
> When linking against `libjres_solver`, you must also link the **HiGHS** library in your project.
27
+
25
28
### Data Structures
26
29
27
30
The C-API uses the following structs to pass data to and from the solver.
0 commit comments