-
Notifications
You must be signed in to change notification settings - Fork 409
Using libvroom
Julien Coupey edited this page Mar 12, 2026
·
3 revisions
Vroom can be used as a library from a C++ project.
-
Build from source in order to create the static library
lib/libvroom.a; - Link the library in your own project;
- Create and solve problem instances from C++.
We try hard to make Vroom easy to use directly from C++ and it is already embedded in several downstream projects. But the dev focus is on the json API, thus:
- we don't have a dedicated documentation for the C++ API so the reference is the
libvroom.cppexample. - while we follow semantic versioning for the json API, there is no guarantee that the C++ API won't change across versions due to feature additions or refactoring.