Simon Rohou
Simon Rohou
The following code does not provide the expected result (from IBEX): ```cpp IntervalVector x(2, Interval::EMPTY_SET); x |= Vector({0,oo}); cout
For instance, when using: `const Trajectory TFunction::traj_eval(const TrajectoryVector& x) const` with `f("x[2]","y")` The function f.nb_var = 1, instead of 2.
The debugger creates a bug... The following code: ```cpp Interval x(-3,-0.0599999427795410086861060960927716223523); Interval x_save(x); Interval m = -2.15; Interval p = x-m; x &= p+m; cout
In C++, the following operation cannot be written... ``` c++ Eigen::Matrix A; Eigen::Matrix B; Eigen::Matrix C = A * B; ``` .. without casting B to an interval type: ```...
The following Python code.. ``` py import codac as cdc from scipy.linalg import sqrtm ``` ..generates the warning: `UserWarning: Signature b'\x99\x99\x99\x99\x99\x99\xb9\xbf' for does not match any known type: falling back...