Skip to content

Commit 04d9ce9

Browse files
committed
note about highs when using library
1 parent b01f148 commit 04d9ce9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ See [TOOLS.md](./TOOLS.md) for full usage.
2222

2323
**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.
2424

25+
> [!IMPORTANT]
26+
> When linking against `libjres_solver`, you must also link the **HiGHS** library in your project.
27+
2528
### Data Structures
2629

2730
The C-API uses the following structs to pass data to and from the solver.

0 commit comments

Comments
 (0)