sat: make all python samples executable

This commit is contained in:
Corentin Le Molgat
2021-10-18 16:17:46 +02:00
parent 53187fbed4
commit cd11e9fe4a
26 changed files with 0 additions and 1 deletions

0
ortools/sat/samples/assignment_sat.py Normal file → Executable file
View File

0
ortools/sat/samples/assumptions_sample_sat.py Normal file → Executable file
View File

0
ortools/sat/samples/binpacking_problem_sat.py Normal file → Executable file
View File

0
ortools/sat/samples/bool_or_sample_sat.py Normal file → Executable file
View File

0
ortools/sat/samples/boolean_product_sample_sat.py Normal file → Executable file
View File

0
ortools/sat/samples/channeling_sample_sat.py Normal file → Executable file
View File

0
ortools/sat/samples/copy_model_sample_sat.py Normal file → Executable file
View File

0
ortools/sat/samples/cp_is_fun_sat.py Normal file → Executable file
View File

View File

0
ortools/sat/samples/interval_sample_sat.py Normal file → Executable file
View File

0
ortools/sat/samples/literal_sample_sat.py Normal file → Executable file
View File

0
ortools/sat/samples/multiple_knapsack_sat.py Normal file → Executable file
View File

0
ortools/sat/samples/no_overlap_sample_sat.py Normal file → Executable file
View File

0
ortools/sat/samples/optional_interval_sample_sat.py Normal file → Executable file
View File

View File

0
ortools/sat/samples/rabbits_and_pheasants_sat.py Normal file → Executable file
View File

0
ortools/sat/samples/ranking_sample_sat.py Normal file → Executable file
View File

0
ortools/sat/samples/reified_sample_sat.py Normal file → Executable file
View File

View File

View File

View File

@@ -38,7 +38,6 @@ void SimpleSatProgram() {
// Solving part.
// [START solve]
const CpSolverResponse response = Solve(cp_model.Build());
LOG(INFO) << CpSolverResponseStats(response);
// [END solve]
// [START print_solution]

0
ortools/sat/samples/solution_hinting_sample_sat.py Normal file → Executable file
View File

View File

0
ortools/sat/samples/step_function_sample_sat.py Normal file → Executable file
View File

View File