repo
stringlengths
1
191
file
stringlengths
23
351
code
stringlengths
0
5.32M
file_length
int64
0
5.32M
avg_line_length
float64
0
2.9k
max_line_length
int64
0
288k
extension_type
stringclasses
1 value
or-tools
or-tools-master/examples/contrib/SurvoPuzzle.java
// Copyright 2011 Hakan Kjellerstrand [email protected] // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
5,865
27.475728
99
java
or-tools
or-tools-master/examples/contrib/ToNum.java
// Copyright 2011 Hakan Kjellerstrand [email protected] // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
2,872
28.618557
99
java
or-tools
or-tools-master/examples/contrib/WhoKilledAgatha.java
// Copyright 2011 Hakan Kjellerstrand [email protected] // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
6,372
32.898936
100
java
or-tools
or-tools-master/examples/contrib/Xkcd.java
// Copyright 2011 Hakan Kjellerstrand [email protected] // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
2,279
30.666667
99
java
or-tools
or-tools-master/examples/contrib/YoungTableaux.java
// Copyright 2011 Hakan Kjellerstrand [email protected] // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicabl...
3,897
26.64539
87
java
or-tools
or-tools-master/examples/java/CapacitatedVehicleRoutingProblemWithTimeWindows.java
// // Copyright 2012 Google // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in wr...
11,816
40.174216
100
java
or-tools
or-tools-master/examples/java/FlowExample.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
3,468
40.297619
99
java
or-tools
or-tools-master/examples/java/IntegerProgramming.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
3,369
39.60241
90
java
or-tools
or-tools-master/examples/java/LinearAssignmentAPI.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
2,137
38.592593
98
java
or-tools
or-tools-master/examples/java/LinearProgramming.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
4,829
39.588235
90
java
or-tools
or-tools-master/examples/java/RabbitsPheasants.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
2,548
43.719298
99
java
or-tools
or-tools-master/examples/java/RandomTsp.java
// Copyright 2010-2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to...
4,843
35.149254
97
java
or-tools
or-tools-master/examples/tests/ConstraintSolverTest.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
17,935
32.525234
99
java
or-tools
or-tools-master/examples/tests/CpModelTest.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
25,630
42.077311
100
java
or-tools
or-tools-master/examples/tests/CpSolverTest.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
13,245
34.607527
100
java
or-tools
or-tools-master/examples/tests/FlowTest.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
3,010
35.719512
90
java
or-tools
or-tools-master/examples/tests/InitTest.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
2,155
31.666667
75
java
or-tools
or-tools-master/examples/tests/KnapsackSolverTest.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
1,931
38.428571
100
java
or-tools
or-tools-master/examples/tests/LinearExprTest.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
7,343
33.478873
94
java
or-tools
or-tools-master/examples/tests/LinearSolverTest.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
26,903
40.074809
98
java
or-tools
or-tools-master/examples/tests/ModelBuilderTest.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
3,727
40.88764
99
java
or-tools
or-tools-master/examples/tests/RoutingSolverTest.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
27,212
40.866154
97
java
or-tools
or-tools-master/examples/tests/SatSolverTest.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
9,947
36.825095
100
java
or-tools
or-tools-master/ortools/algorithms/samples/Knapsack.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
2,651
34.36
100
java
or-tools
or-tools-master/ortools/constraint_solver/samples/CpIsFunCp.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
4,266
37.098214
90
java
or-tools
or-tools-master/ortools/constraint_solver/samples/NQueensCp.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
3,326
31.940594
87
java
or-tools
or-tools-master/ortools/constraint_solver/samples/SimpleCpProgram.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
2,655
33.493506
98
java
or-tools
or-tools-master/ortools/constraint_solver/samples/SimpleRoutingProgram.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
3,710
35.029126
94
java
or-tools
or-tools-master/ortools/constraint_solver/samples/Tsp.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
5,944
33.166667
95
java
or-tools
or-tools-master/ortools/constraint_solver/samples/TspCircuitBoard.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
8,433
46.920455
99
java
or-tools
or-tools-master/ortools/constraint_solver/samples/TspCities.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
5,156
38.068182
92
java
or-tools
or-tools-master/ortools/constraint_solver/samples/TspDistanceMatrix.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
5,780
41.822222
97
java
or-tools
or-tools-master/ortools/constraint_solver/samples/Vrp.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
5,960
41.578571
97
java
or-tools
or-tools-master/ortools/constraint_solver/samples/VrpBreaks.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
7,973
36.971429
91
java
or-tools
or-tools-master/ortools/constraint_solver/samples/VrpCapacity.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
7,315
42.289941
97
java
or-tools
or-tools-master/ortools/constraint_solver/samples/VrpDropNodes.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
7,873
41.793478
97
java
or-tools
or-tools-master/ortools/constraint_solver/samples/VrpGlobalSpan.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
6,410
42.026846
97
java
or-tools
or-tools-master/ortools/constraint_solver/samples/VrpInitialRoutes.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
6,725
41.301887
97
java
or-tools
or-tools-master/ortools/constraint_solver/samples/VrpPickupDelivery.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
7,487
41.067416
99
java
or-tools
or-tools-master/ortools/constraint_solver/samples/VrpPickupDeliveryFifo.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
7,587
41.391061
99
java
or-tools
or-tools-master/ortools/constraint_solver/samples/VrpPickupDeliveryLifo.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
7,587
41.391061
99
java
or-tools
or-tools-master/ortools/constraint_solver/samples/VrpResources.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
8,701
38.73516
100
java
or-tools
or-tools-master/ortools/constraint_solver/samples/VrpStartsEnds.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
6,535
42
97
java
or-tools
or-tools-master/ortools/constraint_solver/samples/VrpTimeWindows.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
7,484
37.984375
95
java
or-tools
or-tools-master/ortools/constraint_solver/samples/VrpWithTimeLimit.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
4,756
35.875969
96
java
or-tools
or-tools-master/ortools/graph/samples/AssignmentLinearSumAssignment.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
2,425
30.921053
99
java
or-tools
or-tools-master/ortools/graph/samples/AssignmentMinFlow.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
3,511
35.583333
100
java
or-tools
or-tools-master/ortools/graph/samples/BalanceMinFlow.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
3,809
37.484848
99
java
or-tools
or-tools-master/ortools/graph/samples/SimpleMaxFlowProgram.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
2,623
34.459459
90
java
or-tools
or-tools-master/ortools/graph/samples/SimpleMinCostFlowProgram.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
3,272
36.193182
95
java
or-tools
or-tools-master/ortools/java/com/google/ortools/Loader.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
4,166
33.725
97
java
or-tools
or-tools-master/ortools/java/com/google/ortools/constraintsolver/IntIntToLongFunction.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
1,274
33.459459
84
java
or-tools
or-tools-master/ortools/java/com/google/ortools/constraintsolver/JavaDecisionBuilder.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
1,446
35.175
78
java
or-tools
or-tools-master/ortools/java/com/google/ortools/constraintsolver/LongTernaryOperator.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
1,328
33.973684
82
java
or-tools
or-tools-master/ortools/java/com/google/ortools/constraintsolver/LongTernaryPredicate.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
1,646
32.612245
88
java
or-tools
or-tools-master/ortools/java/com/google/ortools/modelbuilder/AffineExpression.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
1,675
26.47541
97
java
or-tools
or-tools-master/ortools/java/com/google/ortools/modelbuilder/ConstantExpression.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
1,496
25.732143
95
java
or-tools
or-tools-master/ortools/java/com/google/ortools/modelbuilder/LinearArgument.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
857
33.32
75
java
or-tools
or-tools-master/ortools/java/com/google/ortools/modelbuilder/LinearConstraint.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
2,269
28.480519
84
java
or-tools
or-tools-master/ortools/java/com/google/ortools/modelbuilder/LinearExpr.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
2,175
35.266667
100
java
or-tools
or-tools-master/ortools/java/com/google/ortools/modelbuilder/LinearExprBuilder.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
3,242
29.027778
90
java
or-tools
or-tools-master/ortools/java/com/google/ortools/modelbuilder/ModelBuilder.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
8,112
31.067194
95
java
or-tools
or-tools-master/ortools/java/com/google/ortools/modelbuilder/ModelSolver.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
4,950
33.144828
100
java
or-tools
or-tools-master/ortools/java/com/google/ortools/modelbuilder/Variable.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
3,334
29.87963
94
java
or-tools
or-tools-master/ortools/java/com/google/ortools/modelbuilder/WeightedSumExpression.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
1,797
29.474576
97
java
or-tools
or-tools-master/ortools/java/com/google/ortools/sat/AffineExpression.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
1,654
26.131148
97
java
or-tools
or-tools-master/ortools/java/com/google/ortools/sat/AutomatonConstraint.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
1,233
31.473684
90
java
or-tools
or-tools-master/ortools/java/com/google/ortools/sat/BoolVar.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
2,097
30.313433
99
java
or-tools
or-tools-master/ortools/java/com/google/ortools/sat/CircuitConstraint.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
1,492
32.931818
81
java
or-tools
or-tools-master/ortools/java/com/google/ortools/sat/ConstantExpression.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
1,479
25.428571
95
java
or-tools
or-tools-master/ortools/java/com/google/ortools/sat/Constraint.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
1,817
31.464286
99
java
or-tools
or-tools-master/ortools/java/com/google/ortools/sat/CpModel.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
41,098
38.518269
100
java
or-tools
or-tools-master/ortools/java/com/google/ortools/sat/CpSolver.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
6,485
30.485437
100
java
or-tools
or-tools-master/ortools/java/com/google/ortools/sat/CpSolverSolutionCallback.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
2,231
36.830508
98
java
or-tools
or-tools-master/ortools/java/com/google/ortools/sat/CumulativeConstraint.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
3,790
35.104762
93
java
or-tools
or-tools-master/ortools/java/com/google/ortools/sat/DoubleLinearExpr.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
7,056
33.763547
97
java
or-tools
or-tools-master/ortools/java/com/google/ortools/sat/IntVar.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
3,117
31.14433
99
java
or-tools
or-tools-master/ortools/java/com/google/ortools/sat/IntervalVar.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
3,343
36.573034
90
java
or-tools
or-tools-master/ortools/java/com/google/ortools/sat/LinearArgument.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
848
32.96
75
java
or-tools
or-tools-master/ortools/java/com/google/ortools/sat/LinearExpr.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
2,907
35.35
100
java
or-tools
or-tools-master/ortools/java/com/google/ortools/sat/LinearExprBuilder.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
3,010
28.811881
88
java
or-tools
or-tools-master/ortools/java/com/google/ortools/sat/Literal.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
852
36.086957
75
java
or-tools
or-tools-master/ortools/java/com/google/ortools/sat/MultipleCircuitConstraint.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
1,540
34.022727
90
java
or-tools
or-tools-master/ortools/java/com/google/ortools/sat/NoOverlap2dConstraint.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
1,388
36.540541
91
java
or-tools
or-tools-master/ortools/java/com/google/ortools/sat/NotBoolVar.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
1,439
27.235294
99
java
or-tools
or-tools-master/ortools/java/com/google/ortools/sat/ReservoirConstraint.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
3,281
36.295455
100
java
or-tools
or-tools-master/ortools/java/com/google/ortools/sat/TableConstraint.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
3,761
33.2
91
java
or-tools
or-tools-master/ortools/java/com/google/ortools/sat/WeightedSumExpression.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
1,776
29.118644
97
java
or-tools
or-tools-master/ortools/linear_solver/samples/AssignmentGroupsMip.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
7,283
31.810811
83
java
or-tools
or-tools-master/ortools/linear_solver/samples/AssignmentMip.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
3,880
30.811475
87
java
or-tools
or-tools-master/ortools/linear_solver/samples/AssignmentTaskSizesMip.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
4,539
32.62963
79
java
or-tools
or-tools-master/ortools/linear_solver/samples/AssignmentTeamsMip.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
4,677
30.823129
79
java
or-tools
or-tools-master/ortools/linear_solver/samples/BasicExample.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
2,511
32.945946
77
java
or-tools
or-tools-master/ortools/linear_solver/samples/BinPackingMip.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
4,699
34.074627
86
java
or-tools
or-tools-master/ortools/linear_solver/samples/LinearProgrammingExample.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
3,202
34.197802
83
java
or-tools
or-tools-master/ortools/linear_solver/samples/MipVarArray.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
3,909
33.60177
92
java
or-tools
or-tools-master/ortools/linear_solver/samples/MultipleKnapsackMip.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
4,268
32.880952
96
java
or-tools
or-tools-master/ortools/linear_solver/samples/SimpleLpProgram.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
3,256
33.648936
83
java
or-tools
or-tools-master/ortools/linear_solver/samples/SimpleMipProgram.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
3,369
34.473684
90
java
or-tools
or-tools-master/ortools/linear_solver/samples/StiglerDiet.java
// Copyright 2010-2021 Google LLC // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
14,432
50.180851
100
java