#include "ApproximationSettings.h"
#include "ran_approximation.h"
#include "criteria.h"
#include <carl-arith/poly/Conversion.h>
Go to the source code of this file.
|
template<> |
IR | smtrat::cadcells::representation::approximation::CellApproximator::apx_bound< ApxPoly::SIMPLE > (const IR &, const RAN &bound, bool below) |
|
template<> |
IR | smtrat::cadcells::representation::approximation::CellApproximator::apx_bound< ApxPoly::LINEAR_GRADIENT > (const IR &p, const RAN &bound, bool below) |
|
template<> |
IR | smtrat::cadcells::representation::approximation::CellApproximator::apx_bound< ApxPoly::TAYLOR > (const IR &p, const RAN &bound, bool below) |
|
template<> |
IR | smtrat::cadcells::representation::approximation::CellApproximator::apx_bound< ApxPoly::TAYLOR_LIN > (const IR &p, const RAN &bound, bool below) |
|
template<> |
IR | smtrat::cadcells::representation::approximation::CellApproximator::apx_bound< ApxPoly::MAXIMIZE > (const IR &p, const RAN &bound, bool below) |
|
template<> |
IR | smtrat::cadcells::representation::approximation::CellApproximator::apx_between< ApxPoly::SIMPLE > (const IR &, const IR &, const RAN &l, const RAN &u) |
|