Add basic solver logic with demo implementation and empty unit tests

This commit is contained in:
2024-11-30 02:23:31 +01:00
parent 3775a8c129
commit 06bf00f979
18 changed files with 818 additions and 0 deletions

4
.gitignore vendored
View File

@@ -32,3 +32,7 @@
*.out
*.app
# VS and Output
.vs
Debug/
*.vcxproj.user