Commit Graph

14 Commits

Author SHA1 Message Date
673e5841a8
update instance finder to new db. supports timeouts now 2023-06-24 17:24:37 +02:00
daefcad215
adjust instance finder to refactors 2023-05-14 19:11:10 +02:00
0e6067ffe3
add try/except block around subprocess 2023-05-06 09:06:01 +02:00
b0d0aaae1b
refactor: proper classes for hanabi instances and games 2023-03-18 01:17:32 +01:00
054112e272
add better method for instance solving: try greedy solver first 2023-03-15 15:45:22 +01:00
bdbcc28edd
sat solving database: add timer, skip 2-player seeds (too costly atm) 2023-03-14 09:14:14 +01:00
725d08d67b
implement multi-processing for instance solving with sat 2023-03-14 00:31:21 +01:00
151e15177f
add method to solve seeds. start to implement threading 2023-03-13 23:47:59 +01:00
5c06ef7887
implement proper method to find feasible instances 2023-03-13 13:22:54 +01:00
a40361b7f3
first version of updating max-score games in DB 2023-03-13 11:46:23 +01:00
d7387574ea
rewrite instance_finder
now contains utilities to fetch data from hanab.live / update DBs
2023-03-02 22:16:43 +01:00
cae4a44703
move site api for hanab.live into own file 2023-03-02 13:11:12 +01:00
bbbdae0611
download game database 2023-03-02 13:07:53 +01:00
a90ff5d451
instance_finder: find hard instances on hanab.live
searches for instances with no known full score in hanab.live database
and tackles these with SAT solver
2023-03-02 11:04:45 +01:00