mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +00:00
fix gcc compiler warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e6b8af402f
commit
64bd62b17e
24 changed files with 18 additions and 1114 deletions
|
@ -21,6 +21,7 @@ Notes:
|
|||
|
||||
namespace sat {
|
||||
class mus {
|
||||
solver& s;
|
||||
literal_vector m_core;
|
||||
literal_vector m_mus;
|
||||
bool m_is_active;
|
||||
|
@ -30,7 +31,6 @@ namespace sat {
|
|||
unsigned m_max_restarts;
|
||||
|
||||
|
||||
solver& s;
|
||||
public:
|
||||
mus(solver& s);
|
||||
~mus();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue