mirror of
https://github.com/Z3Prover/z3
synced 2026-05-22 09:59:36 +00:00
Fixed output error
This commit is contained in:
parent
3662b89adc
commit
a873d5cdda
3 changed files with 49 additions and 15 deletions
|
|
@ -254,13 +254,16 @@ namespace smt {
|
|||
class enode;
|
||||
}
|
||||
|
||||
|
||||
namespace seq {
|
||||
|
||||
// forward declarations
|
||||
class nielsen_node;
|
||||
class nielsen_edge;
|
||||
class nielsen_graph;
|
||||
class seq_parikh; // Parikh image filter (see seq_parikh.h)
|
||||
class seq_parikh;
|
||||
|
||||
std::string snode_label_html(euf::snode const* n, ast_manager& m);
|
||||
|
||||
/**
|
||||
* Abstract interface for an incremental solver used by nielsen_graph
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue