Google OR-Tools
v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
infeasible_subsystem_validator.h
Go to the documentation of this file.
1
// Copyright 2010-2025 Google LLC
2
// Licensed under the Apache License, Version 2.0 (the "License");
3
// you may not use this file except in compliance with the License.
4
// You may obtain a copy of the License at
5
//
6
// http://www.apache.org/licenses/LICENSE-2.0
7
//
8
// Unless required by applicable law or agreed to in writing, software
9
// distributed under the License is distributed on an "AS IS" BASIS,
10
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
// See the License for the specific language governing permissions and
12
// limitations under the License.
13
14
#ifndef ORTOOLS_MATH_OPT_VALIDATORS_INFEASIBLE_SUBSYSTEM_VALIDATOR_H_
15
#define ORTOOLS_MATH_OPT_VALIDATORS_INFEASIBLE_SUBSYSTEM_VALIDATOR_H_
16
17
#include "absl/status/status.h"
18
#include "
ortools/math_opt/core/model_summary.h
"
19
#include "
ortools/math_opt/infeasible_subsystem.pb.h
"
20
21
namespace
operations_research::math_opt
{
22
23
absl::Status
ValidateModelSubset
(
const
ModelSubsetProto
& model_subset,
24
const
ModelSummary
& summary);
25
26
absl::Status
ValidateComputeInfeasibleSubsystemResult
(
27
const
ComputeInfeasibleSubsystemResultProto
& result,
28
const
ModelSummary
& summary);
29
// Validates the internal consistency of the fields.
30
absl::Status
ValidateComputeInfeasibleSubsystemResultNoModel
(
31
const
ComputeInfeasibleSubsystemResultProto
& result);
32
33
}
// namespace operations_research::math_opt
34
35
#endif
// ORTOOLS_MATH_OPT_VALIDATORS_INFEASIBLE_SUBSYSTEM_VALIDATOR_H_
operations_research::math_opt::ComputeInfeasibleSubsystemResultProto
Definition
infeasible_subsystem.pb.h:772
operations_research::math_opt::ModelSubsetProto
Definition
infeasible_subsystem.pb.h:427
infeasible_subsystem.pb.h
model_summary.h
operations_research::math_opt
Definition
gurobi_isv.cc:28
operations_research::math_opt::ValidateModelSubset
absl::Status ValidateModelSubset(const ModelSubsetProto &model_subset, const ModelSummary &model_summary)
Definition
infeasible_subsystem_validator.cc:51
operations_research::math_opt::ValidateComputeInfeasibleSubsystemResult
absl::Status ValidateComputeInfeasibleSubsystemResult(const ComputeInfeasibleSubsystemResultProto &result, const ModelSummary &model_summary)
Definition
infeasible_subsystem_validator.cc:80
operations_research::math_opt::ValidateComputeInfeasibleSubsystemResultNoModel
absl::Status ValidateComputeInfeasibleSubsystemResultNoModel(const ComputeInfeasibleSubsystemResultProto &result)
Definition
infeasible_subsystem_validator.cc:91
operations_research::math_opt::ModelSummary
Definition
model_summary.h:128
ortools
math_opt
validators
infeasible_subsystem_validator.h
Generated by
1.15.0