Results 32 comments of Dima Kudosh

What can be the second objective? Ownership? Some solvers support it but not sure how it will work, didn't experiment with multiple objectives

load_players functions accept list of [Player](https://github.com/DimaKudosh/pydfs-lineup-optimizer/blob/master/pydfs_lineup_optimizer/player.py#L24) objects, you tried to pass a list of dictionaries and because of it you got this error. You need to build Player objects and...