#include <string>
#include <variant>
#include <optional>
#include <ostream>
#include <unordered_map>
#include <unordered_set>
#include "drake/common/drake_deprecated.h"
#include "drake/common/fmt.h"
#include "drake/common/name_value.h"
#include "drake/common/string_unordered_map.h"
#include "drake/solvers/common_solver_option.h"
#include "drake/solvers/solver_id.h"
Classes | |
struct | SolverOptions |
Stores options for multiple solvers. More... | |
Namespaces | |
drake | |
drake::solvers | |
Functions | |
std::string | to_string (const SolverOptions &) |
(Deprecated.) More... | |
std::ostream & | operator<< (std::ostream &, const SolverOptions &) |
(Deprecated.) More... | |