From c2c3126de5fc548db5821081af265bb8cf69cebd Mon Sep 17 00:00:00 2001 From: Bjoern Brandenburg Date: Wed, 8 Aug 2012 08:43:11 +0200 Subject: 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. --- native/src/testmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'native/src/testmain.cpp') 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) delete results; - bool check_for_memory_leaks = false; + bool check_for_memory_leaks = true; // Run the LP code in a loop to see if memory footprint increases // significantly. -- cgit v1.2.2