|
souffle
2.0.2-371-g6315b36
|
#include "ConstraintSystem.h"#include "ast/Argument.h"#include "ast/Clause.h"#include "ast/Node.h"#include "ast/Variable.h"#include "ast/utility/Visitor.h"#include <map>#include <memory>#include <ostream>#include <string>

Go to the source code of this file.
Data Structures | |
| class | souffle::ast::analysis::ConstraintAnalysis< AnalysisVar > |
| A base class for ConstraintAnalysis collecting constraints for an analysis by visiting every node of a given AST. More... | |
| struct | souffle::ast::analysis::ConstraintAnalysisVar< PropertySpace > |
| A variable type to be utilized by AST constraint analysis. More... | |
Namespaces | |
| souffle | |
| souffle::ast | |
| souffle::ast::analysis | |
1.8.17