jmarca/initial-solution

View on GitHub
src/run_initial_routes.py

Summary

Maintainability
A
1 hr
Test Coverage
F
26%

Function main has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

def main():
    """Entry point of the program."""
    parser = argparse.ArgumentParser(description='Solve assignment of truck load routing problem, give hours of service rules and a specified list of origins and destinations')
    # parser.add_argument('--resume_file',type=str,dest='resumefile',
    #                     help="resume a failed solver run from this file")
Severity: Minor
Found in src/run_initial_routes.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status