Click here to Skip to main content
15,918,808 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Grrrr @ .NET Pin
Shuqian Ying5-Aug-19 22:48
Shuqian Ying5-Aug-19 22:48 
GeneralRe: Grrrr @ .NET Pin
honey the codewitch6-Aug-19 1:11
mvahoney the codewitch6-Aug-19 1:11 
GeneralRe: Grrrr @ .NET Pin
BillWoodruff6-Aug-19 1:11
professionalBillWoodruff6-Aug-19 1:11 
GeneralRe: Grrrr @ .NET Pin
honey the codewitch6-Aug-19 1:19
mvahoney the codewitch6-Aug-19 1:19 
GeneralRe: Grrrr @ .NET Pin
BillWoodruff6-Aug-19 1:40
professionalBillWoodruff6-Aug-19 1:40 
GeneralRe: Grrrr @ .NET Pin
honey the codewitch6-Aug-19 1:53
mvahoney the codewitch6-Aug-19 1:53 
GeneralRe: Grrrr @ .NET Pin
BillWoodruff6-Aug-19 2:09
professionalBillWoodruff6-Aug-19 2:09 
GeneralRe: Grrrr @ .NET Pin
honey the codewitch6-Aug-19 2:20
mvahoney the codewitch6-Aug-19 2:20 
BillWoodruff wrote:
The key issue here, for me, is the factor-analysis that leads to the decision table with least complexity, and most robustness, and one that can be verified as handling all possible inputs (given reasonable constraints on inputs).


That's why i suggested a state machine. They're kind of self optimizing if you can construct one as an NFA - all you have to do is do a powerset expansion on it then remove duplicates from the result. Any ambiguities are then easily determinable from the resulting set of accepts. The math behind it is all sound and verified for i don't know how long.

As long as your input sets are constrained to a deterministic, finite alphabet, your FA machine should do the job.

And as far as this


BillWoodruff wrote:
s a single-dimension workflow: other problem spaces that involve back-tracking, 'undo, handling asynchronous events that may occur in any temporal order


A DFA doesn't "backtrack" but an NFA does, virtually. The upshot is you can conceptually backtrack but the resulting state machine will not, once you do the powerset to turn an NFA into a DFA which makes it more predictable and efficient.
When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

GeneralRe: Grrrr @ .NET Pin
BillWoodruff7-Aug-19 2:25
professionalBillWoodruff7-Aug-19 2:25 
GeneralRe: Grrrr @ .NET Pin
honey the codewitch7-Aug-19 2:56
mvahoney the codewitch7-Aug-19 2:56 
GeneralLast week I stood at the edge... PinPopular
CodeWraith5-Aug-19 7:36
CodeWraith5-Aug-19 7:36 
PraiseRe: Last week I stood at the edge... Pin
RickZeeland5-Aug-19 7:54
mveRickZeeland5-Aug-19 7:54 
GeneralRe: Last week I stood at the edge... Pin
CodeWraith6-Aug-19 0:04
CodeWraith6-Aug-19 0:04 
GeneralRe: Last week I stood at the edge... Pin
Mike Hankey5-Aug-19 8:35
mveMike Hankey5-Aug-19 8:35 
GeneralRe: Last week I stood at the edge... Pin
CodeWraith6-Aug-19 0:04
CodeWraith6-Aug-19 0:04 
GeneralRe: Last week I stood at the edge... Pin
Ron Anders5-Aug-19 8:46
Ron Anders5-Aug-19 8:46 
GeneralRe: Last week I stood at the edge... Pin
CodeWraith6-Aug-19 0:05
CodeWraith6-Aug-19 0:05 
GeneralRe: Last week I stood at the edge... Pin
glennPattonWork35-Aug-19 9:58
professionalglennPattonWork35-Aug-19 9:58 
GeneralRe: Last week I stood at the edge... Pin
CodeWraith6-Aug-19 0:07
CodeWraith6-Aug-19 0:07 
GeneralRe: Last week I stood at the edge... Pin
Gary Wheeler6-Aug-19 7:03
Gary Wheeler6-Aug-19 7:03 
Generalrube goldberg, computer scientist Pin
honey the codewitch5-Aug-19 7:23
mvahoney the codewitch5-Aug-19 7:23 
GeneralRe: rube goldberg, computer scientist Pin
Mark_Wallace5-Aug-19 8:23
Mark_Wallace5-Aug-19 8:23 
GeneralRe: rube goldberg, computer scientist Pin
honey the codewitch5-Aug-19 9:31
mvahoney the codewitch5-Aug-19 9:31 
GeneralRe: rube goldberg, computer scientist Pin
Sander Rossel5-Aug-19 9:17
professionalSander Rossel5-Aug-19 9:17 
GeneralRe: rube goldberg, computer scientist Pin
honey the codewitch5-Aug-19 9:33
mvahoney the codewitch5-Aug-19 9:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.