![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
Global graph verifier for ATS Visual Script graphs (Phase 21-A). More...
#include "VSGraphVerifier.h"#include "AtomicTaskUIRegistry.h"#include "ConditionRegistry.h"#include "OperatorRegistry.h"#include "../system/system_utils.h"#include <map>#include <vector>#include <unordered_map>#include <unordered_set>#include <sstream>
Include dependency graph for VSGraphVerifier.cpp:Go to the source code of this file.
Namespaces | |
| namespace | Olympe |
| < Provides AssetID and INVALID_ASSET_ID | |
Global graph verifier for ATS Visual Script graphs (Phase 21-A).
Implements 17 verification rules (E001-E012, W001-W004, I001) on a TaskGraphTemplate. Fully stateless — no ImGui/ImNodes dependency.
C++14 compliant — no std::optional, structured bindings, std::filesystem.
Definition in file VSGraphVerifier.cpp.