summaryrefslogtreecommitdiffstats
path: root/src/proof
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2017-03-01 20:30:19 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2017-03-01 20:30:19 -0800
commitf419f2e81298df40f90a6ce7d7cdd2e3eaed4918 (patch)
tree7f4f9f9d4bcd224af2fa0fae2cc96db5377e78ec /src/proof
parent7747d89c905a85c8ab6c03e987ad9747032d919d (diff)
downloadabc-f419f2e81298df40f90a6ce7d7cdd2e3eaed4918.tar.gz
abc-f419f2e81298df40f90a6ce7d7cdd2e3eaed4918.tar.bz2
abc-f419f2e81298df40f90a6ce7d7cdd2e3eaed4918.zip
Adding alternative generalization procedure.
Diffstat (limited to 'src/proof')
-rw-r--r--src/proof/pdr/pdrCore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proof/pdr/pdrCore.c b/src/proof/pdr/pdrCore.c
index 0394040f..9d42417b 100644
--- a/src/proof/pdr/pdrCore.c
+++ b/src/proof/pdr/pdrCore.c
@@ -638,6 +638,7 @@ int Pdr_ManGeneralize2( Pdr_Man_t * p, int k, Pdr_Set_t * pCube, Pdr_Set_t ** pp
// create a subset cube
*ppCubeMin = Pdr_SetCreateSubset( pCube, Vec_IntArray(vLits1), Vec_IntSize(vLits1) );
assert( !Pdr_SetIsInit(*ppCubeMin, -1) );
+ Order = 0;
return 0;
}