Innopolis University DevOps Playground
Skip to content
GitLab
Explore
Sign in
Feature tree validator
Code
Review changes
Check out branch
Download
Patches
Plain diff
Nikita Tiurkov
requested to merge
feature_tree_validator
into
feature_refactor_backend
Jul 09, 2024
Overview
0
Commits
10
Pipelines
1
Changes
4
Expand
Add validator of a tree structure:
Check input graph for connectivity (We don't allow forests)
Check input graph for acyclicity
Merge request reports