|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Decision treesI am writing an app that requires me to follow certain paths based on decisions made. The paths are defined using a paper diagram decision tree which, of course, i want to automate. The tree (much simplified but always a top down tree. note that some points don't connect e.g. B to E) looks something like this: A / \ B C / \ D E F \ / / \ G H I J I want to say, "what is the path from C to J?" and I want a string returned that says "C-F-J". Sometimes, 2 routes might be available, but I would only ever be interested in the first route. I have been trying to get my head around the code but I am totally stumped. So, is there anyone that can help out? Thanks in advance. Daniel --------------------------------------------------- To contact me you need to clean up my email address. It should be fairly obvious... Daniel <idontlikejunk.oxley.dan***@gmail.com> wrote in
news:574310528d948c8c4023684fdbe@news.microsoft.com: Take a look at Windows Workflow - seems to do exactly what you need :-)> I have been trying to get my head around the code but I am totally > stumped. > So, is there anyone that can help out?
object = nothing?
Backing up with SQL MO Best way to store dataset to disk??? Transparent BackGround Newb looking for data binding help Webbrowser control - buffering - audio/video playback problem... Using VB and ADO.NET validate radio button in groupbox What is the event to trap when user clicks X to close form? Need a numerical evaluator |
|||||||||||||||||||||||