5885229b21more stuff to do
kwikrick
2011-05-26 14:43:53 +0000
2f2b6e1d49work done on 2d solver, added DAD (graph mathing)
kwikrick
2011-05-19 17:07:00 +0000
b3189bac28several bug-fixes. added some assertions to prevent user errors. test.py: added problematic diamond_3d problem
kwikrick
2011-03-29 21:29:11 +0000
e758e3c225fixed invalid syntax (vector.vector[...]) in configuration fixed bug in Connected(IncrementalSet)
kwikrick
2011-03-29 18:49:27 +0000
fdf7300eefNew 2D solver (clsolver2D.py), far from complete Lots of changes to make clsolver.py more generic New incremental 3D methods (clsolver3D.py) but still not complete New 2D tests
kwikrick
2011-01-29 10:21:01 +0000
5288253718Added basis for incremental matching (incremental.py). Currently only used (as a test case) by MergePR.
kwikrick
2010-07-01 21:09:51 +0000
2683d68d44New test for creating and mating blocks
kwikrick
2009-11-21 12:43:54 +0000
cc4e6f431ageometric.py FixConstraint now works again in workbench GeometricCluster now called GeometricDecomposition added MateConstraint
kwikrick
2009-11-21 12:42:24 +0000
673bf117bdImproved some class and function documentation Cleaned up the code. Moved most code from ClusterSolver3D to ClusterSolver Added option to ClusterMethods for hand-coded mathing routines Added CheckAR Method to fix detection of overconstrained situations
kwikrick
2009-11-18 08:22:33 +0000
fac2609defReplaced references to depricated Set and ImmutableSet classes with set and frozenset types
kwikrick
2009-11-17 10:27:29 +0000
74386c1710Fixed solution-selection and root-transformation bugs.
kwikrick
2009-11-17 09:22:57 +0000
38c71c882bSimplified output of GeometricSolver.get_cluster. New decompositionView (replacing compositionView) in workbench
kwikrick
2009-11-16 20:01:47 +0000
fd0438c86dadded LeftHandedConstraint, RightHandedConstraint etc. Small bugfixes.
kwikrick
2009-11-15 12:40:57 +0000
99b304c882added support for SelectionConstraint
kwikrick
2009-11-15 12:05:44 +0000
22e159a5adChanges to GeometricSolver: - Added RigidConstraint. - Depricated some methods (get_result, get_constrainedness) and added some new methods (get_solution, get_cluster, get_status).
kwikrick
2009-10-09 12:23:02 +0000
fe8d04497fCorrected FixConstraint bug: now just one or two fixed points will also translate and/or rotatate the solution.
kwikrick
2009-10-06 16:33:16 +0000
e361ef14d0Bug Fix: Workbench added point-variables with Vec class for coordinates (from matfunc.py) instead of vector class (from vector.py). Added a conversion to vector in GeometricProblem.add_paint & .set_point
kwikrick
2009-10-06 15:45:09 +0000
4fe301a5e6Bugfix: Fix-constraint now works.
kwikrick
2009-10-06 15:26:25 +0000
9fd7fdb797moved everything to trunk and deleted geomsolver.html
kwikrick
2009-09-04 15:42:14 +0000