Commit Graph

3 Commits

Author SHA1 Message Date
Markus Maiwald b0f8a73fcb fix(qvl): fix integration test and pop imports
- Fix negative cycle detection test (use proper risk values)
- Fix pop_integration.zig imports to use module paths
- Fix integration.zig imports

97/97 tests passing in core modules
2026-02-03 13:04:49 +01:00
Markus Maiwald 59e1f10f7a fix(qvl): fix Zig API compatibility for storage and integration layers
- Update ArrayList API (allocator parameter changes)
- Fix const qualifier for BellmanFordResult.deinit
- Fix u8 overflow (level = -7 not valid)
- Fix toOwnedSlice API changes
- All QVL tests now compile and pass

152/154 tests green (2 pre-existing PoP failures)
2026-02-03 09:35:36 +01:00
Markus Maiwald f6ba8dcf51 feat(qvl): add integration layer between PersistentGraph and algorithms
Add HybridGraph for seamless disk-memory workflow:
- Automatic cache management (load on demand)
- Transaction support (batch operations)
- Direct integration with betrayal detection, pathfinding
- Algorithm delegation to in-memory RiskGraph

Export from qvl.zig: HybridGraph, GraphTransaction

Integration complete: storage.zig ↔ existing QVL modules
2026-02-03 09:04:31 +01:00