#include <solver_binary.hpp>
|
| data_t () |
|
| data_t (bool isl) |
|
| data_t (const creal_t &e) |
|
| ~data_t () |
|
void | Free () |
|
void | alloc (sz_t s, sz_t cs, sz_t deep) |
|
const bound & | bcka () const |
|
bound & | bcka () |
|
const bound & | bckb () const |
|
bound & | bckb () |
|
bool & | bckt () |
|
bool | bckt () const |
|
int & | bcks () |
|
int | bcks () const |
|
void | set_back_a (const bound &a) |
|
void | set_back_b (const bound &b) |
|
void | setbck (const bound &a, const bound &b, bool type) |
|
void | pshbck () |
|
void | sstore (int d, int t=1) |
|
void | bstore (int d, int t=1) |
|
void | estore (int d, int t=1) |
|
void | mstore (int d, int sv) |
|
sz_t | size () const |
|
sz_t | nb_sol () |
|
void | writedomain (int d) |
|
void | writebck () |
|
creal_t | get_root_bound () |
|
template<class real , class coeff > |
void | convert (real &a, const bound &b, const homography< coeff > &H) |
|
|
template<class real > |
static void | convert (real &a, const bound &b, const real &first=0, const real &scale=1) |
|
mmx::data_t::data_t |
( |
bool |
isl | ) |
|
|
inline |
mmx::data_t::data_t |
( |
const creal_t & |
e | ) |
|
|
inline |
const bound& mmx::data_t::bcka |
( |
| ) |
const |
|
inline |
bound& mmx::data_t::bcka |
( |
| ) |
|
|
inline |
const bound& mmx::data_t::bckb |
( |
| ) |
const |
|
inline |
bound& mmx::data_t::bckb |
( |
| ) |
|
|
inline |
int& mmx::data_t::bcks |
( |
| ) |
|
|
inline |
int mmx::data_t::bcks |
( |
| ) |
const |
|
inline |
bool& mmx::data_t::bckt |
( |
| ) |
|
|
inline |
bool mmx::data_t::bckt |
( |
| ) |
const |
|
inline |
void mmx::data_t::bstore |
( |
int |
d, |
|
|
int |
t = 1 |
|
) |
| |
|
inline |
template<class real >
static void mmx::data_t::convert |
( |
real & |
a, |
|
|
const bound & |
b, |
|
|
const real & |
first = 0 , |
|
|
const real & |
scale = 1 |
|
) |
| |
|
inlinestatic |
template<class real , class coeff >
void mmx::data_t::convert |
( |
real & |
a, |
|
|
const bound & |
b, |
|
|
const homography< coeff > & |
H |
|
) |
| |
|
inline |
void mmx::data_t::estore |
( |
int |
d, |
|
|
int |
t = 1 |
|
) |
| |
|
inline |
void mmx::data_t::Free |
( |
| ) |
|
|
inline |
creal_t mmx::data_t::get_root_bound |
( |
| ) |
|
|
inline |
void mmx::data_t::mstore |
( |
int |
d, |
|
|
int |
sv |
|
) |
| |
|
inline |
sz_t mmx::data_t::nb_sol |
( |
| ) |
|
|
inline |
void mmx::data_t::pshbck |
( |
| ) |
|
|
inline |
void mmx::data_t::set_back_a |
( |
const bound & |
a | ) |
|
|
inline |
void mmx::data_t::set_back_b |
( |
const bound & |
b | ) |
|
|
inline |
void mmx::data_t::setbck |
( |
const bound & |
a, |
|
|
const bound & |
b, |
|
|
bool |
type |
|
) |
| |
|
inline |
sz_t mmx::data_t::size |
( |
void |
| ) |
const |
|
inline |
void mmx::data_t::sstore |
( |
int |
d, |
|
|
int |
t = 1 |
|
) |
| |
|
inline |
void mmx::data_t::writebck |
( |
| ) |
|
|
inline |
void mmx::data_t::writedomain |
( |
int |
d | ) |
|
|
inline |
bound* mmx::data_t::m_dmn |
sz_t mmx::data_t::m_limit |
std::vector<res_t> mmx::data_t::m_res |
The documentation for this struct was generated from the following file: