1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/**
* Btor2Tools: A tool package for the BTOR format.
*
* Copyright (c) 2013-2016 Mathias Preiner.
* Copyright (c) 2015-2018 Aina Niemetz.
* Copyright (c) 2018 Armin Biere.
* Copyright (c) 2020 Nina Engelhardt.
*
* All rights reserved.
*
* This file is part of the Btor2Tools package.
* See LICENSE.txt for more information on using this software.
*/
extern int32_t verbosity;
void ;
void ;
// get the sort for a line (have to go through argument for some operators)
Btor2Sort *;
// same as btorsim_bv_to_char and btorsim_bv_to_hex_char but return value is
// std::string
std::string ;
std::string ;