Skip to content

Commit

Permalink
code de test
Browse files Browse the repository at this point in the history
  • Loading branch information
Agathe Herrou committed Apr 4, 2024
1 parent 1c593b3 commit 36c3b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,14 +221,14 @@ int main()
interval Y = interval(-HUGE_VAL, HUGE_VAL, -804);
std::cout << X << " / " << Y << " = " << A.Div(X, Y) << std::endl;*/

interval X = interval(-HUGE_VAL, HUGE_VAL, -23);
/* interval X = interval(-HUGE_VAL, HUGE_VAL, -23);
std::cout << X << std::endl;
interval Y = A.Inv(X);
std::cout << Y << std::endl;
std::cout << A.Inv(Y) << std::endl;
X = interval(-HUGE_VAL, HUGE_VAL, -20);
std::cout << X << std::endl;
std::cout << A.Inv(X) << std::endl;
std::cout << A.Inv(X) << std::endl;*/
// propagateBackwardsUnaryMethod("inv", &interval_algebra::Inv, X, -24);
// std::cout << X << std::endl;

Expand Down

0 comments on commit 36c3b7e

Please sign in to comment.