octal-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: i can crash octal, can you too?


From: ben
Subject: Re: i can crash octal, can you too?
Date: Mon Mar 19 00:51:02 2001
User-agent: Mutt/1.2.5i

> > and it does crash here.
> 
> Haha, yes. There is a line in engine.c that says something like "FIXME:
> validate connection". The algorithm needs an acyclic directed graph
> (otherwise there is no order to put the machines in for execution), so
> before making a connection I need to make sure there's no cycles (such
> as a->b and b->a, which is what you're doing when you try to disconnect
> in the reverse direction.) Don't worry, the verify algorithm will be in
> before long. 

:D  I when I took Algorithms last semester I didn't think I'd be seeing
a real application of this stuff so soon. :)

-ben



reply via email to

[Prev in Thread] Current Thread [Next in Thread]