Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sahas3 committed Oct 6, 2015
2 parents 20e4e17 + cd61716 commit 6d20a7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015, sahas3
Copyright (c) 2015, Sayan Saha
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# MILP-MTL
An MILP Approach for Real-time Optimal Controller Synthesis with Metric Temporal Logic Specifications
See http://tinyurl.com/sahaResearch#MILP-MTL for details.

# Installing Dependencies

Expand All @@ -13,11 +14,13 @@ We use the Gurobi solver as back-end to solve the optimization problem, though o
For the user-interactive example to work without modifications, Gurobi needs to be installed and configured for Matlab.
See http://www.gurobi.com.

The user-interactive example also uses a customized ginput.m file by Jiro Doke (http://www.mathworks.com/matlabcentral/fileexchange/38703-custom-ginput/content/ginputc.m) and is included here.

# Example

Once everything is installed, you can run the file 'find_OptimalTraj_mpc_m3pi.m' and choose either to run the in-built
example or provide a reach-avoid MTL specification of your choice.

# Contact Us

You can contact sahas3@rpi.edu for any queries or to report any bugs in the code.
You can contact sahas3@rpi.edu for any queries or to report any bugs in the code.

0 comments on commit 6d20a7f

Please sign in to comment.