Skip to content

librallu/dogs-sop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOGS-SOP

DOGS implementation for the Sequential Ordering Problem (reference paper)

This solver is built using the DOGS framework

building & running

  • compilation: cargo build --release
  • running an example: ./target/release/dogs-sop insts/R.700.1000.15.sop 30 total

components implemented

Two variants are implemented:

  • The “total children expansion'' that generates all possible children from a node at once.
  • The “partial children expansion'' that generates one child at a time.

Both components should provide a similar performance. One can expect the partial expansion to be better on loosely constrained instances and the total expansion on the highly constrained instances.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages