.issues/ebda8db3f9908e33
author Dmitriy Morozov <morozov@cs.duke.edu>
Fri, 29 Feb 2008 15:46:12 -0500
branchar
changeset 80 f236c7d659d0
parent 69 612ef46d4221
permissions -rwxr-xr-x
Using two simulators in ARVineyard (one for simplices and one for trajectories) - Fixes #c66 - Simulator::reached_infinity() examines the queue instead of keeping state in a variable

From artemis Mon Feb 25 16:30:10 2008
From: Dmitriy Morozov <morozov@cs.duke.edu>
Date: Mon, 25 Feb 2008 11:29:27 -0500
State: new
Subject: Efficient EventQueue
Message-Id: <ebda8db3f9908e33-0-artemis@metatron>

Change EventQueue to an efficient implementation, e.g., using a Fibonacci heap.