Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A* #85

Draft
wants to merge 184 commits into
base: main
Choose a base branch
from
Draft

A* #85

wants to merge 184 commits into from

Conversation

sengels-tum
Copy link
Collaborator

Description

This PR is used to include the A* approach within MTCT

Checklist:

  • The pull request only contains commits that are related to it.
  • I have added appropriate tests and documentation.
  • I have made sure that all CI jobs on GitHub pass.
  • The pull request introduces no new warnings and follows the project's style guidelines.

Copy link

codecov bot commented Jun 4, 2024

Codecov Report

Attention: Patch coverage is 85.32819% with 38 lines in your changes missing coverage. Please review.

Project coverage is 96.4%. Comparing base (505c504) to head (b7ea808).
Report is 1 commits behind head on main.

Files Patch % Lines
...stances/GeneralPerformanceOptimizationInstance.hpp 84.1% 23 Missing ⚠️
src/datastructure/RailwayNetwork.cpp 83.3% 11 Missing ⚠️
src/EOMHelper.cpp 85.7% 4 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            main     #85     +/-   ##
=======================================
- Coverage   96.8%   96.4%   -0.4%     
=======================================
  Files         38      28     -10     
  Lines       9353    6570   -2783     
  Branches    1042     592    -450     
=======================================
- Hits        9057    6338   -2719     
+ Misses       296     232     -64     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

Cpp-Linter Report ⚠️

Some files did not pass the configured checks!

clang-tidy reports: 2 concern(s)
  • include/solver/GeneralSolver.hpp:3:10: error: [clang-diagnostic-error]

    'probleminstances/GeneralProblemInstance.hpp' file not found

    #include "probleminstances/GeneralProblemInstance.hpp"
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  • include/solver/a-star-based/AStarVSSPerformanceOptimizationSolver.hpp:2:10: error: [clang-diagnostic-error]

    'probleminstances/GeneralPerformanceOptimizationInstance.hpp' file not found

    #include "probleminstances/GeneralPerformanceOptimizationInstance.hpp"
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Have any feedback or feature suggestions? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant