kiwi-java/src/main/java/no/birkett/kiwi
Shadowfacts c3541de871
Add ExpressionConvertible
2019-03-02 15:32:20 -05: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 ExpressionConvertible 2019-03-02 15:32:20 -05:00
ExpressionConvertible.java Add ExpressionConvertible 2019-03-02 15:32:20 -05: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 symbol ids 2016-02-01 23:10:18 +01:00
Strength.java Initial commit 2015-01-31 13:12:57 +01:00
Symbol.java Remove symbol ids 2016-02-01 23:10:18 +01:00
Symbolics.java Fix inequality bugs 2016-01-31 13:02:58 +01:00
Term.java Add ExpressionConvertible 2019-03-02 15:32:20 -05: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 ExpressionConvertible 2019-03-02 15:32:20 -05:00