Matt Liberty

Results 1725 comments of Matt Liberty

@vvbandeira please look at updating or-tools as above

@fgaray why does this PR interest you?

FYI, eqy is an external dependency of ORFS not compiled into OR

I don't think parsing CMakeCache.txt is the right approach. For example charts is defined in ENABLE_CHARTS and you can just write conditional code on that define (`#ifdef ENABLE_CHARTS`). Likewise with...

@QuantamHD does #4730 work for you? It seems to rely on defines in the c++ code.

@oharboe It would reduce RAM as well @QuantamHD I think varints are an interesting idea for serialization. I don't think they would help with the in memory representation though as...

@QuantamHD that particular scheme is good for ints up to 64 bits. Since many uses are 32bit there may be a better scheme for those cases.