![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <cstdint>#include <ostream>#include <string>#include "ortools/base/strong_vector.h"#include "ortools/util/strong_integers.h"Go to the source code of this file.
Classes | |
| struct | operations_research::bop::BopConstraintTerm |
Namespaces | |
| namespace | operations_research |
| In SWIG mode, we don't want anything besides these top-level includes. | |
| namespace | operations_research::bop |
Typedefs | |
| typedef util_intops::StrongVector< SparseIndex, BopConstraintTerm > | operations_research::bop::BopConstraintTerms |
Enumerations | |
| enum class | operations_research::bop::BopSolveStatus { operations_research::bop::OPTIMAL_SOLUTION_FOUND , operations_research::bop::FEASIBLE_SOLUTION_FOUND , operations_research::bop::NO_SOLUTION_FOUND , operations_research::bop::INFEASIBLE_PROBLEM , operations_research::bop::INVALID_PROBLEM } |
| Status of the solve of Bop. More... | |
Functions | |
| operations_research::bop::DEFINE_STRONG_INDEX_TYPE (ConstraintIndex) | |
| operations_research::bop::DEFINE_STRONG_INDEX_TYPE (EntryIndex) | |
| operations_research::bop::DEFINE_STRONG_INDEX_TYPE (SearchIndex) | |
| operations_research::bop::DEFINE_STRONG_INDEX_TYPE (TermIndex) | |
| operations_research::bop::DEFINE_STRONG_INDEX_TYPE (VariableIndex) | |
| operations_research::bop::DEFINE_STRONG_INT64_TYPE (SolverTimeStamp) | |
| std::string | operations_research::bop::GetSolveStatusString (BopSolveStatus status) |
| std::ostream & | operations_research::bop::operator<< (std::ostream &os, BopSolveStatus status) |
| operations_research::bop::DEFINE_STRONG_INDEX_TYPE (SparseIndex) | |