Commit Graph

12 Commits

Author SHA1 Message Date
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
e297d3592f Reduce creation of Map objects in Pattern matching 2019-08-12 11:28:39 +02:00
7819e19e6f Make Function visitor an inner interface of Function 2019-08-07 13:11:59 +02:00
c2dc02c0e1 Implement equals for EquationsSystem as ordered parameter equality 2018-10-16 19:33:44 +02:00
2aeb396b53 Implement equals for Equation 2018-10-16 18:45:37 +02:00
be5ae2d475 Add missing 'final' specifiers 2018-10-06 15:21:22 +02:00
72de605659 Define FunctionVisitor and corresponding accept method 2018-10-06 15:21:22 +02:00
518bfc6c4a new method to clone the input screen 2018-10-05 08:33:29 +02:00
60cb012f83 Code cleanup 2018-09-28 11:39:28 +02:00
b57ae900e5 Code cleanup 2018-09-22 11:17:30 +02:00
ba07692313 Moved StaticVars to Settings, moved other packages and organized imports 2018-09-12 22:16:58 +02:00
899ca234ce Moved code into submodules 2018-09-04 12:12:41 +02:00