![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include "ortools/bop/integral_solver.h"#include <algorithm>#include <cmath>#include <cstdint>#include <limits>#include <memory>#include <string>#include <vector>#include "absl/log/check.h"#include "absl/log/log.h"#include "absl/strings/str_format.h"#include "ortools/bop/bop_solver.h"#include "ortools/bop/bop_types.h"#include "ortools/lp_data/lp_data.h"#include "ortools/lp_data/lp_decomposer.h"#include "ortools/lp_data/lp_types.h"#include "ortools/lp_data/lp_utils.h"#include "ortools/lp_data/sparse.h"#include "ortools/lp_data/sparse_column.h"#include "ortools/lp_data/sparse_vector.h"#include "ortools/sat/boolean_problem.h"#include "ortools/sat/boolean_problem.pb.h"#include "ortools/util/bitset.h"#include "ortools/util/fp_utils.h"#include "ortools/util/strong_integers.h"#include "ortools/util/time_limit.h"Go to the source code of this file.
Classes | |
| class | operations_research::bop::LinearProgram |
| class | operations_research::bop::LPDecomposer |
| class | operations_research::bop::SparseColumn |
| class | operations_research::bop::SparseMatrix |
Namespaces | |
| namespace | operations_research |
| In SWIG mode, we don't want anything besides these top-level includes. | |
| namespace | operations_research::bop |
Typedefs | |
| typedef StrictITIVector< ColIndex, Fractional > | operations_research::bop::DenseRow |
| Row-vector types. Row-vector types are indexed by a column index. | |
| typedef double | operations_research::bop::Fractional |
Variables | |
| constexpr Fractional | operations_research::bop::kInfinity |
| Infinity for type Fractional. | |