minor documentation changes
This commit is contained in:
parent
a1d5cc0187
commit
826d05ec66
|
@ -5,7 +5,7 @@ problems.
|
||||||
This distribution consists of:
|
This distribution consists of:
|
||||||
- a geometric constraints solver (geosolver)
|
- a geometric constraints solver (geosolver)
|
||||||
- a simple test module (solvertest)
|
- 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)
|
- a python wrapper for qhull (Delny)
|
||||||
|
|
||||||
Delny is included in this distribution, but not created or maintained
|
Delny is included in this distribution, but not created or maintained
|
||||||
|
@ -67,7 +67,7 @@ RUNNING
|
||||||
|
|
||||||
To run geosolver tests:
|
To run geosolver tests:
|
||||||
>cd test
|
>cd test
|
||||||
>python test.py
|
>python test_3d.py
|
||||||
|
|
||||||
To run solvergui:
|
To run solvergui:
|
||||||
>cd workbench
|
>cd workbench
|
||||||
|
@ -85,8 +85,3 @@ module. For documentation type:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
9
TODO.txt
9
TODO.txt
|
@ -23,13 +23,14 @@ Extentions:
|
||||||
- add constraints on parameters (equality, algebraic constraints)
|
- add constraints on parameters (equality, algebraic constraints)
|
||||||
- add other variable domains (integers, reals, n-dimensional points,
|
- add other variable domains (integers, reals, n-dimensional points,
|
||||||
surfaces, volumes, logic variables, lists)
|
surfaces, volumes, logic variables, lists)
|
||||||
|
- hybrid with other solving methods: and-propagation, iterative solvers, etc.
|
||||||
Easy of use:
|
|
||||||
- check dimension of prototype points when adding to problem
|
|
||||||
|
|
||||||
|
|
||||||
BUGS:
|
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)
|
- following should be well-constrained, but gives underconstrained (need extra rule/pattern)
|
||||||
def diamond_3d():
|
def diamond_3d():
|
||||||
"""creates a diamond shape with point 'v1'...'v4' in 3D with one solution"""
|
"""creates a diamond shape with point 'v1'...'v4' in 3D with one solution"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user