raise GenerateLineupException(solver_exception.get_user_defined_constraints())
pydfs_lineup_optimizer.exceptions.GenerateLineupException: Can't generate lineups. Following constraints are not valid: budget,total_players,positions_2B_OF,positions_2B_C_OF,positions_2B_3B_OF,positions_2B_OF_SS,positions_2B_3B_C_OF,positions_2B_C_OF_SS,positions_1B_2B_3B_OF,positions_2B_3B_OF_SS,positions_1B_2B_3B_C_OF,positions_2B_3B_C_OF_SS,positions_1B_2B_3B_OF_SS,positions_1B_2B_3B_C_OF_SS
If you're doing a GameStack, do you need to specify the TeamStacks as well??? Have you tried using only GameStack and without the two TeamStacks? I was able to do this with only GameStack before.
I am using GameStack and TeamStack together. I aim to create a 5-3 stack from the same game. Here is my code:
raise SolverInfeasibleSolutionException(invalid_constraints) pydfs_lineup_optimizer.solvers.exceptions.SolverInfeasibleSolutionException: ['_C21', '_C167', '_C196', '_C445', '_C615', '_C781', '_C786', '_C811', '_C817', '_C823', 'budget', 'total_players', 'positions_2B_OF', 'positions_2B_C_OF', 'positions_2B_3B_OF', 'positions_2B_OF_SS', 'positions_2B_3B_C_OF', 'positions_2B_C_OF_SS', 'positions_1B_2B_3B_OF', 'positions_2B_3B_OF_SS', 'positions_1B_2B_3B_C_OF', 'positions_2B_3B_C_OF_SS', 'positions_1B_2B_3B_OF_SS', 'positions_1B_2B_3B_C_OF_SS']
raise GenerateLineupException(solver_exception.get_user_defined_constraints()) pydfs_lineup_optimizer.exceptions.GenerateLineupException: Can't generate lineups. Following constraints are not valid: budget,total_players,positions_2B_OF,positions_2B_C_OF,positions_2B_3B_OF,positions_2B_OF_SS,positions_2B_3B_C_OF,positions_2B_C_OF_SS,positions_1B_2B_3B_OF,positions_2B_3B_OF_SS,positions_1B_2B_3B_C_OF,positions_2B_3B_C_OF_SS,positions_1B_2B_3B_OF_SS,positions_1B_2B_3B_C_OF_SS