Skip to content

Commit

Permalink
Rename files to match names of commandline options
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianPommerening committed Jul 2, 2024
1 parent 36d3f00 commit e9911f4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/search/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -856,8 +856,8 @@ create_fast_downward_library(
HELP "Plugin containing the code for operator-counting heuristics"
SOURCES
operator_counting/constraint_generator
operator_counting/delete_relaxation_constraints_if
operator_counting/delete_relaxation_constraints_rr
operator_counting/delete_relaxation_if_constraints
operator_counting/delete_relaxation_rr_constraints
operator_counting/lm_cut_constraints
operator_counting/operator_counting_heuristic
operator_counting/pho_constraints
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "delete_relaxation_constraints_if.h"
#include "delete_relaxation_if_constraints.h"

#include "../task_proxy.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "delete_relaxation_constraints_rr.h"
#include "delete_relaxation_rr_constraints.h"

#include "../algorithms/priority_queues.h"
#include "../lp/lp_solver.h"
Expand Down

0 comments on commit e9911f4

Please sign in to comment.