Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
solver_interface_mock.h File Reference
#include <functional>
#include <memory>
#include <utility>
#include "absl/base/attributes.h"
#include "absl/base/nullability.h"
#include "absl/base/thread_annotations.h"
#include "absl/log/die_if_null.h"
#include "absl/status/statusor.h"
#include "absl/synchronization/mutex.h"
#include "ortools/base/gmock.h"
#include "ortools/math_opt/callback.pb.h"
#include "ortools/math_opt/core/solver_interface.h"
#include "ortools/math_opt/core/solver_interface_testing.h"
#include "ortools/math_opt/infeasible_subsystem.pb.h"
#include "ortools/math_opt/model.pb.h"
#include "ortools/math_opt/model_parameters.pb.h"
#include "ortools/math_opt/model_update.pb.h"
#include "ortools/math_opt/parameters.pb.h"
#include "ortools/math_opt/result.pb.h"
#include "ortools/util/solve_interrupter.h"

Go to the source code of this file.

Classes

class  operations_research::math_opt::SolverInterfaceMock
class  operations_research::math_opt::DelegatingSolver
class  operations_research::math_opt::SolverFactoryRegistration

Namespaces

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

Typedefs

using operations_research::math_opt::SolverInterfaceFactoryMock