| 1 | initial version |
So I figured out how to compile sage from source with qepcad. There is already a connectivity test in qepcad. For example the following works.
var('a')
qf = qepcad_formula
qepcad(qf.connected_subset(a, a^2 - 1 > 0))
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.