/DiophantineZ_python

Solver of systems of diophantine equations for integers. Written in Python

Primary LanguagePython

DiophantineZ_python

Solver of systems of diophantine equations for integers. Written in Python.

control.py: launches solver.py for all files in Input directory, writes answers to Output directory and notes elapsed time to _Main_output.csv file.

solver.py: main function is solv(input_arr) which takes array of vectors and returns an answer. Function control_main(input_name) takes name of file with diophantine system and returns an answer.