Commit Graph

  • ea6cd54b3e Attempt to migrate from numpy.numarray master Georges Dupéron 2017-03-28 19:38:00 +0200
  • f5c9dde0ac Attempt to fix renaming of LinearAlgebra? Georges Dupéron 2017-03-28 19:18:15 +0200
  • bac3e1e103 bug fix in make_hcs_3d.py kwikrick 2014-02-09 07:50:44 +0000
  • 4ca358c1ef moved icpm code (back) to seperate file kwikrick 2012-11-08 17:22:52 +0000
  • d0381e7e9b added test code for incremental cluster pattern matching kwikrick 2012-11-02 08:59:52 +0000
  • fc9f9f350e added 3D lines kwikrick 2012-10-19 06:11:12 +0000
  • eda5689f0a line mapping (work in progress) kwikrick 2012-10-05 12:07:50 +0000
  • 193b224850 changed line mapping (incomplete) kwikrick 2012-10-05 07:31:00 +0000
  • b5121c5bd6 lines kwikrick 2012-09-12 17:44:33 +0000
  • 1e88c4d65b added mapping for lines kwikrick 2012-09-12 14:59:35 +0000
  • a4bee26e4e graph layout kwikrick 2012-09-07 06:48:58 +0000
  • 94d65af760 more layout; now 8 points in ninepoint.gcs instead of 7 kwikrick 2012-09-03 19:55:12 +0000
  • c858529ddc graph layout kwikrick 2012-08-29 15:30:27 +0000
  • 3cc66a4402 graph layout kwikrick 2012-08-29 14:23:55 +0000
  • 75a16ea982 updated licence (copyright dates) kwikrick 2012-08-28 14:47:46 +0000
  • 826d05ec66 minor documentation changes kwikrick 2012-08-28 14:31:30 +0000
  • a1d5cc0187 attempt to keep position and orientation of problem with no fixes closest to prototype kwikrick 2012-08-25 22:29:03 +0000
  • 53d95d4a34 clsolver now removes point varbles with no dependend clusters kwikrick 2012-08-24 12:57:26 +0000
  • 6b26a009f1 made performance test a bit more configurable kwikrick 2012-08-23 20:15:46 +0000
  • 6f4ebe93d4 renamed to test_mate.py kwikrick 2012-08-23 20:02:58 +0000
  • dc5b1c708b re-organised test suite kwikrick 2012-08-23 20:01:49 +0000
  • f60475eb3d added Point,Line,Plane,Coincidence classes, towards mapping geometric primitives kwikrick 2012-08-23 18:53:44 +0000
  • 27a1d793aa moved set_prototype_selection from solver to problem kwikrick 2012-08-22 15:15:10 +0000
  • 22b0d83d36 fixed solution selection bug (introduced in previous commit) kwikrick 2012-08-21 21:32:36 +0000
  • e747c5c348 fixed endless iteration bug due to combination of icremental search, noremove flag and redundant methods kwikrick 2012-08-21 21:12:29 +0000
  • 60917c6c1d fixed bug in solve_ada kwikrick 2012-08-21 19:06:10 +0000
  • 08ba0f75a5 bugfix in ConnectedTriplets? kwikrick 2012-08-21 18:43:59 +0000
  • 2f11d2e388 debug line kwikrick 2012-08-21 18:10:52 +0000
  • b558eeec83 added 2d method DeriveHH2S & MergeSR kwikrick 2012-08-21 17:32:46 +0000
  • 9d6002102f matfunc.py - preparing forchange from vector ->matfunc. intersection.py - added tests (preparing for change vector->matfunc) clsolver2D.py - added stub for HH2S kwikrick 2011-08-16 20:32:20 +0000
  • 69ee114ddc DeriveDAD incremental matcher (wip) kwikrick 2011-05-26 17:13:03 +0000
  • 5885229b21 more stuff to do kwikrick 2011-05-26 14:43:53 +0000
  • 2f2b6e1d49 work done on 2d solver, added DAD (graph mathing) kwikrick 2011-05-19 17:07:00 +0000
  • b3189bac28 several bug-fixes. added some assertions to prevent user errors. test.py: added problematic diamond_3d problem kwikrick 2011-03-29 21:29:11 +0000
  • e758e3c225 fixed invalid syntax (vector.vector[...]) in configuration fixed bug in Connected(IncrementalSet) kwikrick 2011-03-29 18:49:27 +0000
  • fdf7300eef New 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
  • 5288253718 Added basis for incremental matching (incremental.py). Currently only used (as a test case) by MergePR. kwikrick 2010-07-01 21:09:51 +0000
  • 2683d68d44 New test for creating and mating blocks kwikrick 2009-11-21 12:43:54 +0000
  • cc4e6f431a geometric.py FixConstraint now works again in workbench GeometricCluster now called GeometricDecomposition added MateConstraint kwikrick 2009-11-21 12:42:24 +0000
  • 673bf117bd Improved 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
  • fac2609def Replaced references to depricated Set and ImmutableSet classes with set and frozenset types kwikrick 2009-11-17 10:27:29 +0000
  • 74386c1710 Fixed solution-selection and root-transformation bugs. kwikrick 2009-11-17 09:22:57 +0000
  • 38c71c882b Simplified output of GeometricSolver.get_cluster. New decompositionView (replacing compositionView) in workbench kwikrick 2009-11-16 20:01:47 +0000
  • fd0438c86d added LeftHandedConstraint, RightHandedConstraint etc. Small bugfixes. kwikrick 2009-11-15 12:40:57 +0000
  • 99b304c882 added support for SelectionConstraint kwikrick 2009-11-15 12:05:44 +0000
  • 22e159a5ad Changes 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
  • fe8d04497f Corrected 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
  • e361ef14d0 Bug 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
  • 4fe301a5e6 Bugfix: Fix-constraint now works. kwikrick 2009-10-06 15:26:25 +0000
  • 9fd7fdb797 moved everything to trunk and deleted geomsolver.html kwikrick 2009-09-04 15:42:14 +0000