-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
Description
What version of OR-Tools and what language are you using?
Version: main branch
Language: NA
Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)
NA
What operating system (Linux, Windows, ...) and version?
Windows 10 with latest VS 2022
What did you do?
Steps to reproduce the behavior:
git clone -b main https://github.com/google/or-tools
cmake -S . -B build -DBUILD_DEPS=ON -DBUILD_DOTNET=ON
cmake --build build --config Release --target ALL_BUILD -j -v
What did you expect to see
0 Errors
What did you see instead?
254 Errors
Make sure you include information that can help us debug (full error message, model Proto).
Anything else we should know about your project / environment