Changeset 1248:14394c9603c2 in lemon for test/lp_test.cc
- Timestamp:
- 08/06/13 12:19:11 (11 years ago)
- Branch:
- 1.1
- Parents:
- 1243:79f149ee0230 (diff), 1247:115031ac8001 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
test/lp_test.cc
r1237 r1248 199 199 c = c <= 4; 200 200 LP::Constr c2; 201 #if ( __GNUC__ == 4 ) && ( __GNUC_MINOR__ == 3 ) 202 c2 = ( -3 <= v ) <= 4; 203 #else 201 204 c2 = -3 <= v <= 4; 205 #endif 206 202 207 } 203 208 -
test/lp_test.cc
r1247 r1248 3 3 * This file is a part of LEMON, a generic C++ optimization library. 4 4 * 5 * Copyright (C) 2003-20 095 * Copyright (C) 2003-2011 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES).
Note: See TracChangeset
for help on using the changeset viewer.