3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-22 09:59:36 +00:00

Fixed output error

This commit is contained in:
CEisenhofer 2026-03-20 11:51:37 +01:00
parent 3662b89adc
commit a873d5cdda
3 changed files with 49 additions and 15 deletions

View file

@ -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