Skip to content

Commit

Permalink
Merge branch 'Karp' of https://github.com/cda-tum/mqt-qao into Karp
Browse files Browse the repository at this point in the history
  • Loading branch information
petarpetrovv committed Nov 24, 2024
2 parents dfdef28 + 20fb4f5 commit 4c047d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1139,6 +1139,7 @@ def test_max_cut_simple_graph():
assert isinstance(solution, list), "Expected a list as the solution"
assert len(solution) <= len(graph.nodes), "Solution set should not exceed the number of nodes in the graph"


def test_spin_only() -> None:
"""Test only the construction of spin variables"""
constraint = Constraints()
Expand Down

0 comments on commit 4c047d1

Please sign in to comment.