minor documentation changes

This commit is contained in:
kwikrick 2012-08-28 14:31:30 +00:00
parent a1d5cc0187
commit 826d05ec66
2 changed files with 7 additions and 11 deletions

View File

@ -5,7 +5,7 @@ problems.
This distribution consists of:
- a geometric constraints solver (geosolver)
- a simple test module (solvertest)
- a graphical geometric constraint solving workbench (solvergui)
- a graphical geometric constraint solving workbench (workbench)
- a python wrapper for qhull (Delny)
Delny is included in this distribution, but not created or maintained
@ -67,7 +67,7 @@ RUNNING
To run geosolver tests:
>cd test
>python test.py
>python test_3d.py
To run solvergui:
>cd workbench
@ -85,8 +85,3 @@ module. For documentation type:

View File

@ -23,13 +23,14 @@ Extentions:
- add constraints on parameters (equality, algebraic constraints)
- add other variable domains (integers, reals, n-dimensional points,
surfaces, volumes, logic variables, lists)
Easy of use:
- check dimension of prototype points when adding to problem
- hybrid with other solving methods: and-propagation, iterative solvers, etc.
BUGS:
- stop problem from rotating and jumping around when there are no fixed points. It should
be as close to the prototype as possible;
should have at least have one (2d) or two(3d) edge(s) with the same offset and orientation.
- following should be well-constrained, but gives underconstrained (need extra rule/pattern)
def diamond_3d():
"""creates a diamond shape with point 'v1'...'v4' in 3D with one solution"""