Skip to content

HanZhang39/A-pex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A*pex

C++ implementations of bi- or multi- objective search algorithms like BOA*, PPA* and A*pex.

You can compile the project using the following commands:

cmake .
make

After typing the above commands. Cmake will generate multiobj in the bin folder. You can type multiobj --help to see the expected input arguments.

Example usage:

# find the Pareto-optimal frontier from node 20002 to node 164983 in the BAY map.
./bin/multiobj -m resources/dataset/USA-road-d.BAY.gr resources/dataset/USA-road-t.BAY.gr -s 20002 -g 164983 -a Apex -o output.txt

You can download the road networks we used in the paper from here. Files for the added third objectives and the testing cases used in our paper could be found here.

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors