remove debug code

This commit is contained in:
lperron@google.com
2013-07-22 18:33:01 +00:00
parent 66510d7a85
commit 524b955eb1

View File

@@ -2565,14 +2565,6 @@ class ExprLinearizer : public ModelParser {
};
#undef IS_TYPE
string Show(const std::vector<int64>& v) {
return Int64VectorToString(v, " ");
}
string Show(const std::vector<int>& v) {
return IntVectorToString(v, " ");
}
// ----- Factory functions -----
template<class T> Constraint* MakeScalProdEqualityFct(