Skip to content

Instantly share code, notes, and snippets.

@bmease
Created December 14, 2013 23:35
Show Gist options
  • Save bmease/7966507 to your computer and use it in GitHub Desktop.
Save bmease/7966507 to your computer and use it in GitHub Desktop.
Initial state: Input(DVI), Output(DVI)
Goal state: Output(VGA)
Actions:
VGAAdapter(DVI, VGA)
Preconditions: Output(DVI)
Postconditions: !Output(DVI), Output(VGA)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment