Skip to content

Constraint Satisfaction Problem for UAV mission planning.

Notifications You must be signed in to change notification settings

ankur-rc/csp_mission_plan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the program:

python mission_assign.py -f <input file path>

Requirements:

Python Constraint: pip install git+https://github.com/python-constraint/python-constraint.git

Notes:

  1. Program will generate a file named _\output.txt with mission assignments, if it is possible.
  2. If the program is taking too long, a timeout will occur automatically after 90 seconds.
  3. Ouput is written in the same directory as the input.

About

Constraint Satisfaction Problem for UAV mission planning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages