drRobertDev
drRobertDev
Thanks for your work i see exist model for KnotsCrosses**CIRCLE** but look like missing KnotsCrosses**KNOT**, cause sometimes spawn same challange but target Knot and not Circle Thanks.
I generate Fc 25 players inventary https://drive.google.com/file/d/1X6mmLpnx9uKUvTUI5rDCe3Bz42jkNFmS/view?usp=sharing I added also Groups cause missing in your SBC solver some challange require Group parameter
Instead duplicate players position that decrease efficienty is not possible use Assignment with Allowed Groups like; role_assigned = model.NewIntVar(0, len(possible_roles) - 1, f"role_assigned_{player_id}") model.AddAllowedAssignments(role_assigned, possible_roles[player_id]) https://developers.google.com/optimization/assignment/assignment_groups
My App get always cached changelog, when normal browser get last update, is possible setup something to avoid cache for changelog? Or something like changelog link + ? unixdatetime to...