janicicpredrag / gclc

GCLC is a mathematical software tool for producing high-quality mathematical illustrations, for teaching mathematics, and for automated proving of geometry theorems.
http://www.matf.bg.ac.rs/~janicic/gclc/
Other
53 stars 7 forks source link

remove unused conics code #62

Closed Smattr closed 5 months ago

Smattr commented 5 months ago

I started to look at migrating the collections used by AlgMethod.h to smart pointers, but discovered several of them seem to be unused. Should we remove these instead?

janicicpredrag commented 5 months ago

Hm, we better keep it - the algebraic provers can support constructions with conics and the existing functions could be used for that.

Smattr commented 5 months ago

OK, sounds good.