chkwon / PyHygese

A Python wrapper for the Hybrid Genetic Search algorithm for Capacitated Vehicle Routing Problems (HGS-CVRP)
MIT License
82 stars 11 forks source link

windows compile #16

Closed chkwon closed 2 years ago

chkwon commented 2 years ago

scoop install gcc make cmake

codecov[bot] commented 2 years ago

Codecov Report

Merging #16 (5845f76) into master (05493c7) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head 5845f76 differs from pull request most recent head 8355042. Consider uploading reports for the commit 8355042 to get more accurate results

@@           Coverage Diff           @@
##           master      #16   +/-   ##
=======================================
  Coverage   97.67%   97.67%           
=======================================
  Files           4        4           
  Lines         215      215           
=======================================
  Hits          210      210           
  Misses          5        5           
Impacted Files Coverage Δ
hygese/tests/test_cvrp.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 05493c7...8355042. Read the comment docs.