Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
abc
Commits
08bb2e70
Commit
08bb2e70
authored
Jul 13, 2012
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Debugging a proof error.
parent
bbf4b9a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/sat/bsat/satProof.c
+2
-0
No files found.
src/sat/bsat/satProof.c
View file @
08bb2e70
...
@@ -397,6 +397,8 @@ int Sat_ProofReduce( Vec_Set_t * vProof, void * pRoots, int hProofPivot )
...
@@ -397,6 +397,8 @@ int Sat_ProofReduce( Vec_Set_t * vProof, void * pRoots, int hProofPivot )
static
clock_t
TimeTotal
=
0
;
static
clock_t
TimeTotal
=
0
;
int
RetValue
;
int
RetValue
;
Sat_ProofCheck0
(
vProof
);
// collect visited nodes
// collect visited nodes
nSize
=
Proof_MarkUsedRec
(
vProof
,
vRoots
);
nSize
=
Proof_MarkUsedRec
(
vProof
,
vRoots
);
vUsed
=
Vec_PtrAlloc
(
nSize
);
vUsed
=
Vec_PtrAlloc
(
nSize
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment