SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
Represent a cell's (closed-interval-boundary) component along th k-th axis. More...
#include <utils.h>
Data Fields | |
MultivariateRootT | boundFunction |
RAN | isolatedRoot |
For performance we cache the isolated root from ‘boundFunction’ that lies closest along this section's level to the main point. More... | |
Represent a cell's (closed-interval-boundary) component along th k-th axis.
A section is 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. We use a root-expression with an irreducible, multivariate polynomial of level k.
MultivariateRootT smtrat::mcsat::onecellcad::Section::boundFunction |
RAN smtrat::mcsat::onecellcad::Section::isolatedRoot |