mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
speeding up Generalize and adding Lazy Propagation
This commit is contained in:
parent
48e10a9e2d
commit
c98b853917
7 changed files with 491 additions and 51 deletions
|
@ -26,6 +26,7 @@ Revision History:
|
|||
#include <stdlib.h>
|
||||
|
||||
#include "duality_wrapper.h"
|
||||
#include "iz3profiling.h"
|
||||
|
||||
namespace Duality {
|
||||
|
||||
|
@ -103,6 +104,7 @@ namespace Duality {
|
|||
output_time(*pfs, it->second.t);
|
||||
(*pfs) << std::endl;
|
||||
}
|
||||
profiling::print(os); // print the interpolation stats
|
||||
}
|
||||
|
||||
void timer_start(const char *name){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue