Open jannikmi opened 1 year ago
currently the factorisation progress has been coded in highly unefficient OOP style. move towards more pythonic functional paradigm use data classes as containers for the properties use only functions processing data classes (as input arguments)
currently the factorisation progress has been coded in highly unefficient OOP style. move towards more pythonic functional paradigm use data classes as containers for the properties use only functions processing data classes (as input arguments)