| 22 | #include "PiecewiseLinearCaseSplit.h" |
| 23 | |
| 24 | PolarityBasedDivider::PolarityBasedDivider( std::shared_ptr<IEngine> engine ) |
| 25 | : _engine( std::move( engine ) ) |
| 26 | { |
| 27 | } |
| 28 | |
| 29 | void PolarityBasedDivider::createSubQueries( unsigned numNewSubqueries, |
| 30 | const String queryIdPrefix, |
nothing calls this directly
no outgoing calls
no test coverage detected