kiwi-java/src/main/java/no/birkett/kiwi
Alex Birkett 81e9a4970c Remove deep copy method
Copy constructor does the same thing
2016-02-01 21:24:31 +01:00
..
Constraint.java Add toString() methods 2016-02-01 20:56:55 +01:00
DuplicateConstraintException.java Add general KiwiException that other Exceptions extend 2016-01-31 13:02:21 +01:00
DuplicateEditVariableException.java Add general KiwiException that other Exceptions extend 2016-01-31 13:02:21 +01:00
Expression.java Add toString() methods 2016-02-01 20:56:55 +01:00
InternalSolverError.java Add general KiwiException that other Exceptions extend 2016-01-31 13:02:21 +01:00
KiwiException.java Add toString() methods 2016-02-01 20:56:55 +01:00
NonlinearExpressionException.java Add general KiwiException that other Exceptions extend 2016-01-31 13:02:21 +01:00
RelationalOperator.java Initial commit 2015-01-31 13:12:57 +01:00
RequiredFailureException.java Add general KiwiException that other Exceptions extend 2016-01-31 13:02:21 +01:00
Row.java Remove deep copy method 2016-02-01 21:24:31 +01:00
Solver.java Remove deep copy method 2016-02-01 21:24:31 +01:00
Strength.java Initial commit 2015-01-31 13:12:57 +01:00
Symbol.java completed the porting from c++ code, also fixed one or two errors that might be introduced during the original porting. 2016-01-18 13:36:30 -05:00
Symbolics.java Fix inequality bugs 2016-01-31 13:02:58 +01:00
Term.java Add toString() methods 2016-02-01 20:56:55 +01:00
UnknownConstraintException.java Add general KiwiException that other Exceptions extend 2016-01-31 13:02:21 +01:00
UnknownEditVariableException.java completed the porting from c++ code, also fixed one or two errors that might be introduced during the original porting. 2016-01-18 13:36:30 -05:00
UnsatisfiableConstraintException.java Add toString() methods 2016-02-01 20:56:55 +01:00
Util.java Initial commit 2015-01-31 13:12:57 +01:00
Variable.java Add toString() methods 2016-02-01 20:56:55 +01:00