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
Within the CMakeLists.txt we have a parameter called USE_EXTERNAL_OSI.
This parameter currently does nothing (or to be more precise throws an error). We need to implement the usage of an external OSI library in order to be able to use the asam-osi-utilities more efficiently in external projects (e.g. gt-ge-core or openMSL). The current implementation would require multiple OSI instances.
The text was updated successfully, but these errors were encountered:
Describe the feature
Within the CMakeLists.txt we have a parameter called
USE_EXTERNAL_OSI
.This parameter currently does nothing (or to be more precise throws an error). We need to implement the usage of an external OSI library in order to be able to use the asam-osi-utilities more efficiently in external projects (e.g. gt-ge-core or openMSL). The current implementation would require multiple OSI instances.
The text was updated successfully, but these errors were encountered: