No BSD License  

Highlights from
Rectangular maximal assignment with lattice of dual price

Be the first to rate this file! 2 Downloads (last 30 days) File Size: 9.41 KB File ID: #14251

Rectangular maximal assignment with lattice of dual price

by Anuj Kumar

 

13 Mar 2007 (Updated 13 Mar 2007)

Computes the maximal ractangular matching as well as the prices and surplus in both cases 1) rows bi

| Watch this File

File Information
Description

auction_match: Compute optimal (maximal) weighted assignment
% and the corresponding "lattice of dual prices" supporting the
% optimal assignment.
% auction_match(disMatrix) computes the optimal assignment for the
% given rectangular value matrix, for example the assignment
% of bidders (in rows) to objects (in columns) and vice versa.

% [assignment,r,p,u,v,value] = ASSIGNMENTOPTIMAL(DISTMATRIX) returns the assignment
% vector (in assignment) and the overall value (in value) and
% v: surplus of columns if columns were bidding for rows.
% u: the corresponding prices of rows.
% p: prices for columns if rows were bidding for columns
% r: the corresponding surplus of rows.
%

% Note that (p,-r) forms the lower corner and (v,-u) forms the
% upper corner in the lattice of optimal dual vector supporting
% the optimal assignment thus giving the complete lattice.
% Ref. the survey "From the Assignment Model to Combinatorial Auctions"
% by S. Bikhchandani and J. Ostroy

% This is update of the assignment code by Markus Buehren which used Munkres
% Algorithm for MINIMAL weighted matching. A description of Munkres algorithm
% (also called Hungarian algorithm) can easily be found on the web.

Acknowledgements

The author wishes to acknowledge the following in the creation of this submission:
Functions for the rectangular assignment problem

MATLAB release MATLAB 7 (R14)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
optimization Anuj Kumar 22 Oct 2008 09:04:07
auction Anuj Kumar 22 Oct 2008 09:04:07
assignment model Anuj Kumar 22 Oct 2008 09:04:07
dual price lattice Anuj Kumar 22 Oct 2008 09:04:07

Contact us at files@mathworks.com