Skip to content

Sorting by Weighted Inversions Considering Length and Symmetry

License

Notifications You must be signed in to change notification settings

chrbaudet/SWI-LS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SWI-LS

Sorting by Weighted Inversions Considering Length and Symmetry

This package implements heuristics for solving the SWI-LS problem.


GENERAL INFORMATION:

The directory database contains software for generating databases for testing purpose.

The directory heuristics contains software for processing databases or individual permutations.


COMPILING THE CODE:

To compile the code, go to the desired directory (database or heuristics) and execute make:

make

To clean-up, type:

make clean

If you have problems to compile, edit Makefile and change the line:

STDLIB=c++11

by

STDLIB=c++0x

If it does not work, please, contact us.

About

Sorting by Weighted Inversions Considering Length and Symmetry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published