I've been struggling with shared constraints problems for a while now. I have a game between two players with a shared constraint. For example, player 1 is trying to maximize f(x,y) by choosing x, and player 2 is trying to maximize g(x,y) by choosing y. The players are competing in a...