Java-Geometry-Expert icon indicating copy to clipboard operation
Java-Geometry-Expert copied to clipboard

GDD prover generates a non-DAG proof

Open kovzol opened this issue 9 months ago • 0 comments

It also causes a stack overflow in the GV-visualizer. The issue can be found with the following statement: To prove: E, O, O1 are collinear (see the attachment). This can also be found among the Fixpoints. Now steps 16->...->50->16 build a loop in the proof which is clearly an error.

OMO-2.gex.zip

To reproduce: change boolean drawStructure to false in PanelProve.java.

kovzol avatar Apr 22 '25 14:04 kovzol