File tree Expand file tree Collapse file tree 10 files changed +10
-43
lines changed
constraint_solver/samples Expand file tree Collapse file tree 10 files changed +10
-43
lines changed Original file line number Diff line number Diff line change @@ -452,6 +452,6 @@ foreach(SAMPLES IN ITEMS
452452endforeach ()
453453
454454# Same for examples
455- foreach (EXAMPLES IN ITEMS contrib cpp dotnet java python)
455+ foreach (EXAMPLES IN ITEMS contrib cpp dotnet python)
456456 add_subdirectory (examples/${EXAMPLES} )
457457endforeach ()
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1111// See the License for the specific language governing permissions and
1212// limitations under the License.
1313
14- package com .google .ortools .java ;
14+ package com .google .ortools .constraintsolver . samples ;
1515
1616import com .google .ortools .Loader ;
1717import com .google .ortools .constraintsolver .ConstraintSolverParameters ;
2020import com .google .ortools .constraintsolver .Solver ;
2121import java .util .logging .Logger ;
2222
23- /**
24- * Sample showing how to model using the constraint programming solver.
25- */
23+ /** Sample showing how to model using the constraint programming solver. */
2624public class RabbitsPheasants {
2725 private static Logger logger = Logger .getLogger (RabbitsPheasants .class .getName ());
2826
Original file line number Diff line number Diff line change 2121// API to be exposed here.
2222//
2323// USAGE EXAMPLES:
24- // - java/com/google/ortools/samples/FlowExample.java
25- // - java/com/google/ortools/samples/LinearAssignmentAPI.java
24+ // - java/com/google/ortools/graph/ samples/FlowExample.java
25+ // - java/com/google/ortools/graph/ samples/LinearAssignmentAPI.java
2626// - javatests/com/google/ortools/graph/FlowTest.java
2727//
2828// These examples are also used as unit tests.
Original file line number Diff line number Diff line change 1111// See the License for the specific language governing permissions and
1212// limitations under the License.
1313
14- package com .google .ortools .java ;
14+ package com .google .ortools .graph . samples ;
1515
1616import com .google .ortools .Loader ;
1717import com .google .ortools .graph .MaxFlow ;
Original file line number Diff line number Diff line change 1111// See the License for the specific language governing permissions and
1212// limitations under the License.
1313
14- package com .google .ortools .java ;
14+ package com .google .ortools .graph . samples ;
1515
1616import com .google .ortools .Loader ;
1717import com .google .ortools .graph .LinearSumAssignment ;
Original file line number Diff line number Diff line change 1111// See the License for the specific language governing permissions and
1212// limitations under the License.
1313
14- package com .google .ortools .java ;
14+ package com .google .ortools .linearsolver . samples ;
1515
1616import com .google .ortools .Loader ;
1717import com .google .ortools .linearsolver .MPConstraint ;
Original file line number Diff line number Diff line change 1111// See the License for the specific language governing permissions and
1212// limitations under the License.
1313
14- package com .google .ortools .java ;
14+ package com .google .ortools .linearsolver . samples ;
1515
1616import com .google .ortools .Loader ;
1717import com .google .ortools .linearsolver .MPConstraint ;
Original file line number Diff line number Diff line change 1111// See the License for the specific language governing permissions and
1212// limitations under the License.
1313
14- package com .google .ortools .java ;
14+ package com .google .ortools .routing . samples ;
1515
1616import com .google .ortools .Loader ;
1717import com .google .ortools .constraintsolver .Assignment ;
You can’t perform that action at this time.
0 commit comments