Skip to content

Commit

Permalink
refactor problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan Georget committed Nov 22, 2024
1 parent f8741a5 commit da1c300
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nucs/examples/magic_sequence/magic_sequence_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@

class MagicSequenceProblem(Problem):
"""
Find a sequence x_0, ... x_n-1
such that each x_i is the number of occurences of i in the sequence.
Find a sequence x_0, ... x_n-1 such that each x_i is the number of occurrences of i in the sequence.
CSPLIB problem #19 - https://www.csplib.org/Problems/prob019/
"""
Expand Down

0 comments on commit da1c300

Please sign in to comment.