Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Jul 17, 2023
1 parent 9e72c49 commit 844a539
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ortools/constraint_solver/python/constraint_solver.i
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
//
// USAGE EXAMPLES (most of which are also unit tests):
// - ./pywrapcp_test.py
// - examples/python/appointments.py
// - examples/python/golomb8.py
// - examples/python/hidato_table.py
// - examples/python/jobshop_ft06.py
// - examples/python/magic_sequence_distribute.py
// - examples/python/rabbit_pheasant.py
// - examples/python/simple_meeting.py
// - examples/python/sudoku.py
// - examples/python/zebra.py
// - ortools/python/appointments.py
// - ortools/python/golomb8.py
// - ortools/python/hidato_table.py
// - ortools/python/jobshop_ft06.py
// - ortools/python/magic_sequence_distribute.py
// - ortools/python/rabbit_pheasant.py
// - ortools/python/simple_meeting.py
// - ortools/python/sudoku.py
// - ortools/python/zebra.py

%include "ortools/base/base.i"
%include "ortools/util/python/proto.i"
Expand Down

0 comments on commit 844a539

Please sign in to comment.