Commit Graph

8 Commits

Author SHA1 Message Date
Nemo f4df68533b Change var ints to more restricted domains 2020-07-20 17:21:13 +05:30
Nemo 7a4bc6a1e9 Clean up constraints, hopefully improve performance, switch to 2p modelling 2020-06-14 00:56:05 +05:30
Nemo cbaf338cdf Gecode solver functional 2020-06-13 20:59:41 +05:30
Nemo 5ea0e8239c Fixes scoring (Total Score instead of Ranked Score)
Also ensures that last_player -> first_player rules are met
2020-06-11 19:24:22 +05:30
Nemo b90bbcebf4 Add a constraint to ensure we don't any round with less than zero cards 2020-06-11 15:58:55 +05:30
Nemo b592a6d984 Minor reformatting 2020-06-11 15:56:20 +05:30
Nemo da83f6eda1 Implemented Nominal Turn Counting
- This ensures that every player gets atleast T|T-1 turns per round.
- Comments out drawone stuff for simplicity for now
- Does not consider double cards either
2020-06-11 03:45:17 +05:30
Nemo ceb0e9aa9a Break into multiple files 2020-06-11 00:47:54 +05:30