When I run tools\make cc, it ran a while and then ended with the following error:
.....
ON_WARNINGS to acknowledge that you have received this warning.
with
[
IntegerType=int
]
.\ortools\graph\max_flow.cc(927): error C2374: 'kMaxFlowQuantity': redefinition; multiple initialization
.\ortools\graph\max_flow.cc(927): note: see declaration of 'kMaxFlowQuantity'
.\ortools\graph\max_flow.cc(928): note: while compiling class template static data member 'const operations_research::FlowQuantity operations_research::GenericMaxFlow<operations_research::SimpleMaxFlow::Graph>::kMaxFlowQuantity'
.\ortools\graph\max_flow.cc(78): note: see reference to class template instantiation 'operations_research::GenericMaxFlow<operations_research::SimpleMaxFlow::Graph>' being compiled
Can someone help? Thanks!
J