testing build
This commit is contained in:
@@ -12,5 +12,6 @@ Global
|
||||
{1B292671-CF11-4296-B02B-D20E139CDDE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{1B292671-CF11-4296-B02B-D20E139CDDE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{1B292671-CF11-4296-B02B-D20E139CDDE5}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{1B292671-CF11-4296-B02B-D20E139CDDE5}.Release|Any CPU.Deploy.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
||||
@@ -101,10 +101,9 @@ namespace Vickrey_Clark_Grove_Auction
|
||||
{
|
||||
Console.WriteLine();
|
||||
var ci = new CultureInfo("en-us");
|
||||
var bids = parameters.Item2;
|
||||
var (clicks, bids) = parameters;
|
||||
bids.OrderBy(x => x.Item2);
|
||||
bids.Reverse();
|
||||
var clicks = parameters.Item1;
|
||||
for (var i = 0; i < bids.Count; i++)
|
||||
{
|
||||
var total = 0.0;
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user