Commit | Date | |
---|---|---|
2017-06-01 21:50:23 | Tree | |
[r464]
by
ryzhova
Create branch for investigating and fixing bug #3031060: incorrect string->sparse_polynom conversion |
2013-06-28 12:14:10 | Tree |
[r463]
by
slyalin
Implemented VS-specific way to more accurate estimate of rounding error through switching of rounding modes between DOWN and UP to calculate interval limits more precisely. |
2012-07-21 20:42:12 | Tree |
[r462]
by
slyalin
- Implemented adjustment to correctly estimate round errors for interval<float> and interval<double>. It significantly overestimates the error. Not all cases work correctly. Not tested much. |
2012-07-21 17:29:05 | Tree |
[r461]
by
slyalin
Implemented new format for inputting interval<T> values: now it is possible to input one-point intervals as just an object of T. So in addition to (x,y) syntax, it is also possible to write just x to have (x,x) interval. |
2012-07-20 23:56:55 | Tree |
2012-07-20 22:53:56 | Tree | |
[r459]
by
slyalin
Introduced absolute error metric in addition to relative error metric. Controlled by switch --absolute. |
2012-07-19 21:53:49 | Tree |
2012-07-19 21:52:24 | Tree | |
[r457]
by
slyalin
- Implemented epsilon adjustment mode which allows automatic tuning of epsilon value to have well-formed matrix in tree building. Controlled by --epsilon_adjust command line switch. - Change normalization: now rows of matrix are normalized by greatest one in absolute value. This should fix possible problems for almost zero values in first position of a matrix row. |
2012-07-19 21:06:23 | Tree |
[r456]
by
ryzhova
Implemented the first version of phdiff tool: a comparator for polyhedrons. It accepts the same format of polyhedrons as Polyhedron tool generates. Floating point and integer types are allowed for matrix elements. |
2012-07-18 21:52:53 | Tree |