Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
model_builder_helper.h File Reference
#include <algorithm>
#include <atomic>
#include <cstdint>
#include <functional>
#include <memory>
#include <optional>
#include <string>
#include <utility>
#include <vector>
#include "absl/container/btree_map.h"
#include "absl/container/fixed_array.h"
#include "ortools/linear_solver/linear_solver.pb.h"
#include "ortools/linear_solver/model_exporter.h"
#include "ortools/util/solve_interrupter.h"

Go to the source code of this file.

Classes

class  operations_research::mb::LinearExpr
struct  operations_research::mb::VariableComparator
class  operations_research::mb::ExprVisitor
class  operations_research::mb::ExprFlattener
class  operations_research::mb::ExprEvaluator
class  operations_research::mb::FlatExpr
class  operations_research::mb::SumArray
class  operations_research::mb::WeightedSumArray
class  operations_research::mb::AffineExpr
class  operations_research::mb::FixedValue
class  operations_research::mb::Variable
class  operations_research::mb::BoundedLinearExpression
class  operations_research::mb::ModelBuilderHelper
class  operations_research::mb::MbLogCallback
class  operations_research::mb::ModelSolverHelper

Namespaces

namespace  operations_research
 OR-Tools root namespace.
namespace  operations_research::mb

Enumerations

enum  operations_research::mb::SolveStatus {
  operations_research::mb::OPTIMAL , operations_research::mb::FEASIBLE , operations_research::mb::INFEASIBLE , operations_research::mb::UNBOUNDED ,
  operations_research::mb::ABNORMAL , operations_research::mb::NOT_SOLVED , operations_research::mb::MODEL_IS_VALID , operations_research::mb::CANCELLED_BY_USER ,
  operations_research::mb::UNKNOWN_STATUS , operations_research::mb::MODEL_INVALID , operations_research::mb::INVALID_SOLVER_PARAMETERS , operations_research::mb::SOLVER_TYPE_UNAVAILABLE ,
  operations_research::mb::INCOMPATIBLE_OPTIONS
}

Functions

template<typename H>
operations_research::mb::AbslHashValue (H h, std::shared_ptr< Variable > i)