prelim cli, working core

This commit is contained in:
Thomas (Tom) C. Gorordo 2026-05-29 17:50:34 -07:00
parent 39c0ad1f7c
commit f4fb70e23b
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
7 changed files with 464 additions and 181 deletions

4
test/test_ap.csv Normal file
View file

@ -0,0 +1,4 @@
applicant, pos1, pos2, pos3
Alice, 1, 2, 3
Bob, 2, 3, 1
Charlie, 2, 1, 3
1 applicant pos1 pos2 pos3
2 Alice 1 2 3
3 Bob 2 3 1
4 Charlie 2 1 3