diff options
| author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2012-08-08 02:43:11 -0400 |
|---|---|---|
| committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2013-02-12 06:49:40 -0500 |
| commit | c2c3126de5fc548db5821081af265bb8cf69cebd (patch) | |
| tree | d43e82928b0f85f79e58bed4030b10426d70c098 /native/src/testmain.cpp | |
| parent | 95cf0a86519981386d22604bab27502fa096df50 (diff) | |
Add support for tracking total LP generation / solving cost
Interestingly, this shows that generating huge LPs is not necessarily
any faster than creating and solving many small LPs. Further
investigation required.
Diffstat (limited to 'native/src/testmain.cpp')
| -rw-r--r-- | native/src/testmain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/testmain.cpp b/native/src/testmain.cpp index 9605cd0..767af02 100644 --- a/native/src/testmain.cpp +++ b/native/src/testmain.cpp | |||
| @@ -974,7 +974,7 @@ int main(int argc, char** argv) | |||
| 974 | 974 | ||
| 975 | delete results; | 975 | delete results; |
| 976 | 976 | ||
| 977 | bool check_for_memory_leaks = false; | 977 | bool check_for_memory_leaks = true; |
| 978 | 978 | ||
| 979 | // Run the LP code in a loop to see if memory footprint increases | 979 | // Run the LP code in a loop to see if memory footprint increases |
| 980 | // significantly. | 980 | // significantly. |
