feat: implement phase 1 solver baseline

This commit is contained in:
NINI
2026-05-01 02:59:28 +09:00
parent 10f1436e0f
commit c5be1f988c
13 changed files with 1960 additions and 84 deletions
+1 -1
View File
@@ -46,5 +46,5 @@ The default repository validation command is:
python scripts/validate_workspace.py
```
At this planning stage, validation may report that no concrete build/lint/test commands are configured.
With the Phase 1 CMake harness in place, this command configures CMake, builds the C++ tests, and runs CTest.