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
I am currently trying to use ColPack under Windows VS2019. The build failed due to an unknown symbol and in ColPack/BipartiteGraphBicoloring/BipartiteGraphInputOutput.cpp, L.1355.
Should that be a && or are you defining and as an operator somewhere?
I replaced it with && and it seems to work so far, but I haven't gotten very far yet.
The text was updated successfully, but these errors were encountered:
I am currently trying to use ColPack under Windows VS2019. The build failed due to an unknown symbol
and
in ColPack/BipartiteGraphBicoloring/BipartiteGraphInputOutput.cpp, L.1355.Should that be a
&&
or are you definingand
as an operator somewhere?I replaced it with
&&
and it seems to work so far, but I haven't gotten very far yet.The text was updated successfully, but these errors were encountered: