.issues/ebda8db3f9908e33/new/1265605942.M759644P4728Q1.vine
author Aravindakshan Babu <akshan@stanford.edu>
Fri, 02 Jul 2010 17:08:02 -0700
branchdev
changeset 216 7aefb2d67203
parent 201 4759535221ee
permissions -rw-r--r--
Made the data argument in Point's __init__method to be an optional argument by making it a boost::python::optional.

From: Dmitriy Morozov <dmitriy@mrzv.org>
Date: Sun, 07 Feb 2010 21:11:12
Subject: Binary heap
Message-Id: <ebda8db3f9908e33-e780beb990f99293-artemis@vine>
References: <ebda8db3f9908e33-0-artemis@metatron>
In-Reply-To: <ebda8db3f9908e33-0-artemis@metatron>

Changed EventQueue representation to a binary heap. Used code developed by Danny
Tarlow and Yanbin Lu.