projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
595bc04
)
with a small fix
author
Dejan Jovanović
<dejan.jovanovic@gmail.com>
Mon, 26 Mar 2012 12:25:12 +0000
(12:25 +0000)
committer
Dejan Jovanović
<dejan.jovanovic@gmail.com>
Mon, 26 Mar 2012 12:25:12 +0000
(12:25 +0000)
src/prop/sat_solver.h
patch
|
blob
|
history
diff --git
a/src/prop/sat_solver.h
b/src/prop/sat_solver.h
index 3b8e1ccbf245ca762ce271a42fa7ea2f439755be..e54f551fa6cc10eaac327899b916bbc2b457e8b7 100644
(file)
--- a/
src/prop/sat_solver.h
+++ b/
src/prop/sat_solver.h
@@
-108,7
+108,7
@@
public:
virtual void renewVar(SatLiteral lit, int level = -1) = 0;
- virtual
int
getAssertionLevel() const = 0;
+ virtual
unsigned
getAssertionLevel() const = 0;
};