![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <cstdint>#include <utility>#include <vector>#include "absl/status/status.h"#include "absl/status/statusor.h"#include "absl/time/time.h"#include "ortools/base/linked_hash_map.h"#include "ortools/math_opt/callback.pb.h"#include "ortools/math_opt/core/solver_interface.h"#include "ortools/math_opt/solvers/gscip/gscip.h"#include "ortools/math_opt/solvers/gscip/gscip_callback_result.h"#include "ortools/math_opt/solvers/gscip/gscip_constraint_handler.h"#include "scip/type_var.h"Go to the source code of this file.
Classes | |
| struct | operations_research::math_opt::GScipSolverConstraintData |
| class | operations_research::math_opt::GScipSolverConstraintHandler |
Namespaces | |
| namespace | operations_research |
| OR-Tools root namespace. | |
| namespace | operations_research::math_opt |