Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kučera Petr RNDr. Ph.D.
PCCompile
Commits
27698808
Commit
27698808
authored
Jun 24, 2021
by
Kučera Petr RNDr. Ph.D.
Browse files
resolved gcc warnings
parent
3090c038
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/pcenc.cpp
View file @
27698808
...
...
@@ -19,7 +19,7 @@
#include "up_quad.h"
// On only for debugging
#define ONLY_UP_ONE_PROVE
//
#define ONLY_UP_ONE_PROVE
SUBool
::
PCEncoder
::
PCEncoder
(
const
Config
&
conf
)
:
AbsEncoder
(
conf
),
mConf
(
conf
),
mOneProveInputs
(),
mOneProveOutputs
(),
...
...
lib/up_scc_binary.h
View file @
27698808
...
...
@@ -34,10 +34,12 @@ namespace SUBool
struct
VarInfo
{
std
::
vector
<
unsigned
>
level_vars
;
std
::
vector
<
Literal
>
out_clause
;
std
::
vector
<
unsigned
>
level_vars
{}
;
std
::
vector
<
Literal
>
out_clause
{}
;
};
using
VarInfoList
=
std
::
vector
<
VarInfo
>
;
struct
Context
{
unsigned
max_level
;
...
...
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