projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f59801
)
Making CVC4::theory::quantifiers::PrenexQuantMode public for now.
author
Tim King
<tim.king@imag.fr>
Mon, 13 Apr 2015 10:23:49 +0000
(12:23 +0200)
committer
Tim King
<tim.king@imag.fr>
Mon, 13 Apr 2015 10:23:49 +0000
(12:23 +0200)
src/theory/quantifiers/modes.h
patch
|
blob
|
history
diff --git
a/src/theory/quantifiers/modes.h
b/src/theory/quantifiers/modes.h
index a6c52274ff7ee4e9a3043188af455a5bb5261120..d0bed023d36a42c8f4a29bb08e1bbe62f2609348 100644
(file)
--- a/
src/theory/quantifiers/modes.h
+++ b/
src/theory/quantifiers/modes.h
@@
-15,7
+15,7
@@
** \todo document this file
**/
-#include "cvc4_p
rivate
.h"
+#include "cvc4_p
ublic
.h"
#ifndef __CVC4__THEORY__QUANTIFIERS__MODES_H
#define __CVC4__THEORY__QUANTIFIERS__MODES_H
@@
-114,7
+114,7
@@
typedef enum {
TRIGGER_SEL_MAX,
} TriggerSelMode;
-typedef enum {
+typedef enum
CVC4_PUBLIC
{
/** default : prenex quantifiers without user patterns */
PRENEX_NO_USER_PAT,
/** prenex all */