SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
Represent a cell's closed-interval-boundary object along one single axis by an irreducible, multivariate polynomial of level k. More...
#include <OpenCAD.h>
Data Fields | |
MultiPoly | poly |
RAN | cachedPoint |
A single, special bound after having plugged a specific point of level k-1 can be cached for performance (needed for [1]). More... | |
Represent a cell's closed-interval-boundary object along one single axis by an irreducible, multivariate polynomial of level k.
A section is an algebraic/"moving" boundary, because it's basically a function f: algReal^{k-1} -> algReal; from a multi-dimensional input point of level k-1 (whose components are algebraic reals) to an algebraic real (the bound along k-th axis that changes depending on the input point).
RAN smtrat::onecellcad::recursive::Section::cachedPoint |