aboutsummaryrefslogtreecommitdiff
path: root/gp-scripts/firstPrice
diff options
context:
space:
mode:
Diffstat (limited to 'gp-scripts/firstPrice')
-rw-r--r--gp-scripts/firstPrice1
1 files changed, 0 insertions, 1 deletions
diff --git a/gp-scripts/firstPrice b/gp-scripts/firstPrice
index 2600e6e..c638f4a 100644
--- a/gp-scripts/firstPrice
+++ b/gp-scripts/firstPrice
@@ -89,7 +89,6 @@ Phi = vector(n,a,matrix(n,k,i,j, prod(h=1,n,Delta[h][i,j])^x[a] ))
89 89
90\\ winner matrix 90\\ winner matrix
91v = matrix(n,k,a,j, prod(i=1,n,Gamma[i][a,j]) / prod(i=1,n,Phi[i][a,j]) ) 91v = matrix(n,k,a,j, prod(i=1,n,Gamma[i][a,j]) / prod(i=1,n,Phi[i][a,j]) )
92
93vi = lift(v) 92vi = lift(v)
94 93
95print("bids are: ", bid) 94print("bids are: ", bid)