kiwi-java/src/main/java/no/birkett/kiwi
sam bf7f638e4a Add missing dualOptimize calls. Kiwi C++ implementation uses a scope guard to guarantee it gets called. 2016-02-01 18:55:20 +00:00
..
Constraint.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
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 Added real world tests (not passing) 2015-02-01 22:07:32 +01:00
InternalSolverError.java Add general KiwiException that other Exceptions extend 2016-01-31 13:02:21 +01:00
KiwiException.java Add general KiwiException that other Exceptions extend 2016-01-31 13:02:21 +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 redundant gets and puts to the cells map 2016-01-30 13:20:56 +01:00
Solver.java Add missing dualOptimize calls. Kiwi C++ implementation uses a scope guard to guarantee it gets called. 2016-02-01 18:55:20 +00: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 Initial commit 2015-01-31 13:12:57 +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 general KiwiException that other Exceptions extend 2016-01-31 13:02:21 +01:00
Util.java Initial commit 2015-01-31 13:12:57 +01:00
Variable.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