Drake
Drake C++ Documentation
solver_options.h File Reference
#include <ostream>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <variant>
#include "drake/common/drake_assert.h"
#include "drake/common/drake_copyable.h"
#include "drake/common/fmt_ostream.h"
#include "drake/solvers/common_solver_option.h"
#include "drake/solvers/solver_id.h"
Include dependency graph for solver_options.h:
This graph shows which files directly or indirectly include this file:

Classes

class  SolverOptions
 Stores options for multiple solvers. More...
 
struct  formatter< drake::solvers::SolverOptions >
 

Namespaces

 drake
 
 drake::solvers
 
 fmt
 

Functions

std::string to_string (const SolverOptions &)
 
std::ostream & operator<< (std::ostream &, const SolverOptions &)