Saturday, January 5, 2013

Branch identification -IV

Another small addition to the code.

While adding jump labels, as mentioned in the previous post, the jump label should not be adjacent to a node as jumps should not happen from one node directly to the other but along segments of a branch. To ensure this doesn't happen:






No need to post the entire code again.

A couple of additional comments:

1. Quite a lot of rules have been fabricated and messages printed, but no exceptions have been generated. This will be left for later.
2. Can different sheets of the same spreadsheet be used maybe for larger circuits? Worth looking into.


No comments:

Post a Comment