Agha Mammadov
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Agha Mammadov-
The following LP gives a solution that does not satisfy the expected envy-freeness constraints
Awaiting user inputdef XEF_U_Allocation(N,p): # Define the linear program lp=gp.Model("""Envy-Free Utilitarian Allocation""") # Define the decision variables decision_vars = [] k = len(N) n ...