Skip to content

Commit

Permalink
Added extra path configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
daveraja committed Jan 17, 2022
1 parent 9aa844d commit cb5889e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions encodings/path_corr_lb_mhnf.lp
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
%!flags! --heuristic=Domain
%!desc! Corridor limited moves, lower bounds, and move heuristic [1,false] for non-shortest path moves
% ------------------------------------------------------------------------------
% The "fast" path encoding with no options.
% ------------------------------------------------------------------------------

#include "path/show_basic.lp".

#include "common/task_assignment.lp".
#include "common/task_sequencing_direct.lp".

#include "path/task_to_path.lp".

#include "path/move_choice_corr.lp".

#include "path/move_sequencing.lp".

#include "path/visit_ordering.lp".

#include "path/path_encoding.lp".

#include "path/path_encoding_lb.lp".

#include "path/move_choice_corr_heur_nf.lp".

% ------------------------------------------------------------------------------
% ------------------------------------------------------------------------------

0 comments on commit cb5889e

Please sign in to comment.