Skip to content

Commit 9aae44c

Browse files
Remove bogus execute permission and shebang line from sudoku example (#1008)
* Remove spurious shebang line from sudoku example The shebang line was not on the first line of the file, so it had no effect. No other examples attempt to be executable via shebang lines. * Remove unnecessary execute permissions from sudoku example
1 parent eb32a20 commit 9aae44c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/finished/sudoku.py

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
##@file sudoku.py
22
# @brief Simple example of modeling a Sudoku as a binary program
33

4-
# !/usr/bin/env python
5-
64
from pyscipopt import Model, quicksum
75

86
# initial Sudoku values

0 commit comments

Comments
 (0)