├── LICENSE ├── README.md ├── cpevcs.py ├── greedyevcs.py ├── input.py └── test.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahmad3397/EVCSPP/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahmad3397/EVCSPP/HEAD/README.md -------------------------------------------------------------------------------- /cpevcs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahmad3397/EVCSPP/HEAD/cpevcs.py -------------------------------------------------------------------------------- /greedyevcs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahmad3397/EVCSPP/HEAD/greedyevcs.py -------------------------------------------------------------------------------- /input.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahmad3397/EVCSPP/HEAD/input.py -------------------------------------------------------------------------------- /test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mahmad3397/EVCSPP/HEAD/test.txt --------------------------------------------------------------------------------