![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <stdint.h>#include <memory>#include "absl/container/flat_hash_map.h"#include "absl/status/status.h"#include "absl/status/statusor.h"#include "absl/time/time.h"#include "absl/types/span.h"#include "ortools/glop/lp_solver.h"#include "ortools/glop/parameters.pb.h"#include "ortools/lp_data/lp_data.h"#include "ortools/lp_data/lp_types.h"#include "ortools/math_opt/callback.pb.h"#include "ortools/math_opt/core/inverted_bounds.h"#include "ortools/math_opt/core/solver_interface.h"#include "ortools/math_opt/infeasible_subsystem.pb.h"#include "ortools/math_opt/model.pb.h"#include "ortools/math_opt/model_parameters.pb.h"#include "ortools/math_opt/model_update.pb.h"#include "ortools/math_opt/parameters.pb.h"#include "ortools/math_opt/result.pb.h"#include "ortools/math_opt/solution.pb.h"#include "ortools/math_opt/sparse_containers.pb.h"#include "ortools/util/solve_interrupter.h"Go to the source code of this file.
Classes | |
| class | operations_research::math_opt::GlopSolver |
Namespaces | |
| namespace | operations_research |
| In SWIG mode, we don't want anything besides these top-level includes. | |
| namespace | operations_research::math_opt |
| An object oriented wrapper for quadratic constraints in ModelStorage. | |