Commit Graph

10 Commits

Author SHA1 Message Date
Riccardo Azzolini 0c316226e6 Make Function.equals test for exact equality instead of equivalence
Actually, testing for equivalence was only partially implemented (by
considering the commutative property for some FunctionOperators).

Additionally, should it be needed in the future, equivalence testing
would probably be better implemented as a separate, specialized method
anyway.
2019-10-25 22:30:10 +02:00
Riccardo Azzolini e297d3592f Reduce creation of Map objects in Pattern matching 2019-08-12 11:28:39 +02:00
Riccardo Azzolini 7819e19e6f Make Function visitor an inner interface of Function 2019-08-07 13:11:59 +02:00
Riccardo Azzolini c2dc02c0e1 Implement equals for EquationsSystem as ordered parameter equality 2018-10-16 19:33:44 +02:00
Riccardo Azzolini be5ae2d475 Add missing 'final' specifiers 2018-10-06 15:21:22 +02:00
Riccardo Azzolini 72de605659 Define FunctionVisitor and corresponding accept method 2018-10-06 15:21:22 +02:00
Andrea Cavalli 518bfc6c4a new method to clone the input screen 2018-10-05 08:33:29 +02:00
Andrea Cavalli b57ae900e5 Code cleanup 2018-09-22 11:17:30 +02:00
Andrea Cavalli ba07692313 Moved StaticVars to Settings, moved other packages and organized imports 2018-09-12 22:16:58 +02:00
Andrea Cavalli 899ca234ce Moved code into submodules 2018-09-04 12:12:41 +02:00