From 4c5ae149675b253093905b083cd03e51f9987a89 Mon Sep 17 00:00:00 2001 From: Patrick Klein Date: Sat, 11 Jun 2016 22:13:47 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f070511..a51cf8e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # mission-design MATLAB tool that designs a mission based on given constraints, similar to the traveling salesman problem. + +Run missionGUI and set the parameters, including the start and end planet, and any other planets that should be visited. Adjust start date, time step, and duration. Other options may not be implemented yet. Click RUN to begin computations. Progress will be shown in the Command Window. When the computations are complete, press the Return key to view the mission animation.