Skip to content

Instantly share code, notes, and snippets.

View nicholaspun's full-sized avatar
📚
Probably working on some math

Nicholas Pun nicholaspun

📚
Probably working on some math
View GitHub Profile
@nicholaspun
nicholaspun / maximumTFTSynergies.py
Last active June 22, 2020 04:36
IP to find set of champions that give the maximum # of synergies in TFT
!pip install pulp
!sudo pulptest
import pulp
championsInfo = {
'Ahri': ['Star Guardian', 'Sorcerer'],
'Annie': ['Mech Pilot', 'Sorcerer'],
'Ashe': ['Celestial', 'Sniper'],
'Aurelion Sol': ['Rebel', 'Starship'],
'Bard': ['Astro', 'Mystic'],