partial sync with main (without the routing part)

This commit is contained in:
Laurent Perron
2024-07-12 13:56:11 +02:00
parent 2c333f58a3
commit 21a75638c2
266 changed files with 13149 additions and 6408 deletions

View File

@@ -28,5 +28,5 @@ target_link_libraries(${NAME} PRIVATE
absl::flags
absl::strings
protobuf::libprotobuf
${PROJECT_NAMESPACE}::${PROJECT_NAME}_proto)
${PROJECT_NAMESPACE}::ortools_proto)
#add_library(${PROJECT_NAMESPACE}::init ALIAS ${NAME})

View File

@@ -37,7 +37,7 @@
%rename (initLogging) operations_research::CppBridge::InitLogging;
%rename (shutdownLogging) operations_research::CppBridge::ShutdownLogging;
%rename (setFlags) operations_research::CppBridge::SetFlags;
%rename (logGurobiSharedLibrary) operations_research::CppBridge::LoadGurobiSharedLibrary;
%rename (loadGurobiSharedLibrary) operations_research::CppBridge::LoadGurobiSharedLibrary;
%unignore operations_research::OrToolsVersion;
%rename (getMajorNumber) operations_research::OrToolsVersion::MajorNumber;