#233 closed defect (fixed)
Set c = a-b don´t work with SetOfPolyn ( Ver. 1.1.2 Jan 13 2005 for WINDOWS)
Reported by: | jlaybar | Owned by: | danirus |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | SetAlgebra | Version: | 1.1.2 |
Severity: | normal | Keywords: | TOL |
Cc: | danirus |
Description
Difference operator between SetOfPolyn does not work
Fail
Set a = SetOfPolyn( 1-0.1*B, 1-B );
Set b = SetOfPolyn( 1-0.1*B );
Set c = a-b;
Works!!
Set a = SetOfPolyn( 1-0.1*B, 1-B2 );
Set b = SetOfPolyn( 1-0.1*B );
Set c = a-b;
Incredible but true...
cheers
Uncle James
Change History (5)
comment:1 Changed 20 years ago by
Cc: | danirus added |
---|---|
Component: | TOL-tcl → TYPE_Set |
Keywords: | TOL added; Tol-Base removed |
Owner: | changed from Jorge to danirus |
product: | Tol-Base → TOL |
Version: | cvs-snapshot → 1.1.2 (snapshot) |
comment:2 Changed 20 years ago by
Status: | new → assigned |
---|
comment:3 Changed 20 years ago by
This is a very old behavior of Tol.
The problem is the way Tol compares two Polynomial values.
Tol considers equals two polynomial values when their Degrees are equal.
I'm working on it.
comment:4 Changed 20 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Bug fixed.
The problem was a bad comparison method.
comment:5 Changed 18 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000233 |
---|
Jaime thanks for the report, but before submitting the report check the product and
componet in order to classify the bug correctly. Any way I change it now.
regards