![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include "ortools/math_opt/solvers/gscip/gscip_solver_constraint_handler.h"#include <utility>#include <vector>#include "absl/status/status.h"#include "absl/status/statusor.h"#include "absl/time/clock.h"#include "absl/time/time.h"#include "ortools/base/protoutil.h"#include "ortools/base/status_macros.h"#include "ortools/gscip/gscip.h"#include "ortools/gscip/gscip_callback_result.h"#include "ortools/gscip/gscip_constraint_handler.h"#include "ortools/math_opt/callback.pb.h"#include "ortools/math_opt/core/math_opt_proto_utils.h"#include "ortools/math_opt/sparse_containers.pb.h"#include "ortools/port/proto_utils.h"#include "scip/type_var.h"Go to the source code of this file.
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. | |