Skip to content
Snippets Groups Projects
Commit ef588206 authored by Giammarco, Kristin M's avatar Giammarco, Kristin M
Browse files

Add new file

parent bf2894e1
No related branches found
No related tags found
No related merge requests found
/* Composite events with shared atomic events scaled using
iteration. Technique developed by John Phillips in
"Model of an Unmanned Undersea Vehicle (UUV) Search
Mission Proposed Rendezvous Task," May 2023).
Run for scopes 1-5. */
SCHEMA Scaling_Composite_Events_with_Shared_Atomic_Events_Using_Iteration
ROOT A: {+ B +};
B: C;
COORDINATE $b1: B FROM A
DO COORDINATE $x: C FROM $b1
DO COORDINATE $b2: B FROM A
DO COORDINATE $y: C FROM $b2
DO SHARE $x $y; OD;
OD;
OD;
OD;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment