Skip to content

Commit

Permalink
Example 35 shows working of independet variable test --> independt of…
Browse files Browse the repository at this point in the history
… ortools
  • Loading branch information
joscao committed Nov 2, 2023
1 parent d0fc2cf commit 7717a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_analyse_array_data_dependency_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_access_function_creation(array_dimensions_expr, expected):
expected_result = {
"Example 11.29.1. from Compilers: Principles, Techniques, and Tools": True,
"Example 11.30 from Compilers: Principles, Techniques, and Tools": False,
"Example 11.35 from Compilers: Principles, Techniques, and Tools": not HAVE_ORTOOLS,
"Example 11.35 from Compilers: Principles, Techniques, and Tools": False,
"Example Anti Dependency": True,
"Exercise 11.6.5 a) from Compilers: Principles, Techniques, and Tools": not HAVE_ORTOOLS,
"Exercise 11.6.5 b) from Compilers: Principles, Techniques, and Tools": not HAVE_ORTOOLS,
Expand Down

0 comments on commit 7717a38

Please sign in to comment.