Skip to content

avvisinc is redundant in the last two lines of the definition of locord #22

Description

@RobinMorisset

This is not a bug, but a proposed simplification.

These lines include the following parts:

  • (stor[W]) . (hb & avvisinc) . avdv
  • visdv . (hb & avvisinc) . (stor[R])
    Where avdv = stor[AVDEVICE] and visdv = stor[VISDEVICE]

We know that "SC0+SC1 = R+W"
, and avvisinc = (rai[((SC0+SC1)->(AVDEVICE+VISDEVICE)) + ...]) - iden + ...
, and no (R+W)&(AVDEVICE+VISDEVICE) (so we don't fall in the '- iden' case)
So (stor[W]) . avdv in avvisinc, and visdv . (stor[R]) in avvisinc.
So I suggest replacing "(hb & avvisinc)" by "hb" in these two lines.
This in turn would allow us to remove (SC0+SC1)->(AVDEVICE+VISDEVICE) from avvisinc, since avvisinc no longer appears in a position where either end could be AVDEVICE or VISDEVICE.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions