-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# WADL | ||
## Fighter Planner Software | ||
### alpha 0.1 | ||
|
||
### requirements | ||
utm | ||
shapely | ||
z3-solver | ||
|
||
## z3 | ||
z3 is a STM solver by microsoft | ||
you will need to follow the instructions on their page to install the binaries | ||
|
||
|
||
## Usage | ||
Extend the config class to your own configureation for some area. You will need to point it to a cvs file of boundary gps cords (lat long) | ||
|
||
Configuration lets you set up where you want the agents to start from and the step size. You can also create smaller zones that tile the area. | ||
|
||
After a configuration is made it can be passed the solver in main-sat |