6 #ifndef realroot_SOLVE_SBDSLV_STRGY_SIMPLE_HPP
7 #define realroot_SOLVE_SBDSLV_STRGY_SIMPLE_HPP
17 template<
class system,
class _previous_ = empty<system> >
25 if ( !_previous_::process(slv) )
return false;
dstack_t::interval_t interval_t
Definition: system_system.h:31
bool process(system *slv)
Definition: strgy_simple.h:23
system::creal_t creal_t
Definition: strgy_simple.h:20
int sz_t
Definition: system_system.h:35
bool project(sz_t *eqs=0, sz_t ne=0)
Definition: system_system.h:548
real_t creal_t
Definition: system_system.h:28
Definition: system_system.h:25
system::sz_t sz_t
Definition: strgy_simple.h:21
system::interval_t interval_t
Definition: strgy_simple.h:22
Definition: strgy_simple.h:18