Commit Graph

10 Commits

Author SHA1 Message Date
Shadowfacts 1cbaea53d2
Allow Constraint list to be accessed 2019-08-08 16:42:45 -04:00
Alex Birkett b6c1bf3046 Remove symbol ids
Also absent from haxe port:
300617e5c0
2016-02-01 23:10:18 +01:00
Alex Birkett 81e9a4970c Remove deep copy method
Copy constructor does the same thing
2016-02-01 21:24:31 +01:00
sam 2b23f2e562 Erase the leaving symbols, not the entering symbols in dualOptimize. Matches the Kiwi C++ implementation: 0989ff015f/kiwi/solverimpl.h (L615) 2016-02-01 19:03:24 +00:00
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
Alex Birkett e5ebfc1b95 Make removeConstraint and updateVariables methods public 2016-01-30 18:52:28 +01:00
Alex Birkett 2ccc07cc4b Remove unused import 2016-01-30 11:58:11 +01:00
yongsunCN c787873a2e 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
Alex Birkett 103360c35e Fix NullPointerException when tag.other is null 2015-02-02 17:33:25 +01:00
Alex Birkett ae31e0faf9 Initial commit
No idea if this works or not
2015-01-31 13:12:57 +01:00