Module: ORTools
- Defined in:
- lib/or-tools.rb,
lib/or_tools/tsp.rb,
lib/or_tools/utils.rb,
lib/or_tools/solver.rb,
lib/or_tools/sudoku.rb,
lib/or_tools/product.rb,
lib/or_tools/seating.rb,
lib/or_tools/version.rb,
lib/or_tools/constant.rb,
lib/or_tools/cp_model.rb,
lib/or_tools/variable.rb,
lib/or_tools/cp_solver.rb,
lib/or_tools/comparison.rb,
lib/or_tools/expression.rb,
lib/or_tools/routing_model.rb,
lib/or_tools/math_opt/model.rb,
lib/or_tools/basic_scheduler.rb,
lib/or_tools/knapsack_solver.rb,
lib/or_tools/math_opt/variable.rb,
lib/or_tools/routing_index_manager.rb,
lib/or_tools/objective_solution_printer.rb,
lib/or_tools/var_array_solution_printer.rb,
lib/or_tools/cp_solver_solution_callback.rb,
lib/or_tools/var_array_and_objective_solution_printer.rb
Defined Under Namespace
Modules: ExpressionMethods, MathOpt, Utils, Variable Classes: BasicScheduler, Comparison, Constant, CpModel, CpSolver, CpSolverSolutionCallback, Error, Expression, KnapsackSolver, MPVariable, ObjectiveSolutionPrinter, Product, RoutingIndexManager, RoutingIntVar, RoutingModel, SatBoolVar, SatIntVar, Seating, Solver, Sudoku, TSP, VarArrayAndObjectiveSolutionPrinter, VarArraySolutionPrinter
Constant Summary collapse
- Solver2 =
previous names
RoutingSolver
- IntVar =
RoutingIntVar
- BoolVar =
SatBoolVar
- VERSION =
"0.14.0"