• Mizux's avatar
    Add .proto files to extract_includes.bat · 3ad8efc7
    Mizux authored
    For google/or-tools, on windows, we need to use `import "google/protobuf/wrappers.proto";` since we want "optional" int64 and in version3 POD get default value...
    -> so we use "google.protobuf.Int64Value" since 0 is a valid value and different from "not set" for our use case.
    3ad8efc7
extract_includes.bat.in 13.7 KB