Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
model_storage_item.h File Reference
#include <cstdint>
#include <ostream>
#include <type_traits>
#include <utility>
#include "absl/log/check.h"
#include "absl/strings/string_view.h"
#include "ortools/math_opt/elemental/elements.h"
#include "ortools/math_opt/storage/model_storage.h"

Go to the source code of this file.

Classes

class  operations_research::math_opt::ModelStorageItem
class  operations_research::math_opt::ModelStorageElement< element_type, Derived, generate_equality >
struct  operations_research::math_opt::is_model_storage_element< T >
class  operations_research::math_opt::ModelStorageItemContainer

Namespaces

namespace  operations_research
 In SWIG mode, we don't want anything besides these top-level includes.
namespace  operations_research::math_opt
 An object oriented wrapper for quadratic constraints in ModelStorage.
namespace  operations_research::math_opt::internal

Enumerations

enum class  operations_research::math_opt::ModelStorageElementEquality { operations_research::math_opt::kWithEquality , operations_research::math_opt::kWithoutEquality }
 Whether ModelStorageElement should define equality operators. More...

Functions

void operations_research::math_opt::internal::FormatModelStorageElement (std::ostream &ostr, ElementType element_type, absl::string_view name, int64_t id)