Mungojerrie
1.1.1
Mungojerrie
Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
Functions
a
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
Variables
Typedefs
Enumerations
Related Functions
Files
File List
File Members
All
a
d
g
m
n
o
p
r
s
t
Functions
Variables
Typedefs
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Pages
Hparser
Hparser.hh
1
#ifndef HPARSER_HH_
2
#define HPARSER_HH_
3
4
/* @file Hparser.hh
5
6
@brief HOA compiler based on the cpphoafparser library.
7
8
@author Mateo Perez, Fabio Somenzi, Ashutosh Trivedi
9
10
@copyright@parblock
11
Copyright (c) 2021, Regents of the University of Colorado
12
13
All rights reserved.
14
15
Redistribution and use in source and binary forms, with or without
16
modification, are permitted provided that the following conditions
17
are met:
18
19
Redistributions of source code must retain the above copyright
20
notice, this list of conditions and the following disclaimer.
21
22
Redistributions in binary form must reproduce the above copyright
23
notice, this list of conditions and the following disclaimer in the
24
documentation and/or other materials provided with the distribution.
25
26
Neither the name of the University of Colorado nor the names of its
27
contributors may be used to endorse or promote products derived from
28
this software without specific prior written permission.
29
30
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
31
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
32
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
33
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
34
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
35
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
36
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
37
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
38
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
39
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
40
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
41
POSSIBILITY OF SUCH DAMAGE.
42
@endparblock
43
44
*/
45
46
#include "
Util.hh
"
47
#include "
Parity.hh
"
48
49
void
Hparser(
Parity
& automaton, std::string
const
& filename,
50
Verbosity::Level verbosity = Verbosity::Silent,
51
bool
noMdp =
false
);
52
53
void
Hparser(
Parity
& automaton, std::istream & is,
54
Verbosity::Level verbosity = Verbosity::Silent,
55
bool
noMdp =
false
);
56
57
#endif
Util.hh
Utility functions.
Parity.hh
Parity automata.
Parity
Class of parity automata.
Definition:
Parity.hh:85
Generated by
1.8.17