Drake
Drake C++ Documentation
common_solver_option.h File Reference
#include <optional>
#include <string>
#include <string_view>
#include <ostream>
#include "drake/common/drake_deprecated.h"
#include "drake/common/fmt.h"
Include dependency graph for common_solver_option.h:
This graph shows which files directly or indirectly include this file:

Namespaces

 drake
 
 drake::solvers
 

Enumerations

enum  CommonSolverOption { kPrintFileName, kPrintToConsole, kStandaloneReproductionFileName, kMaxThreads }
 Some options can be applied to not one solver, but many solvers (for example, many solvers support printing out the progress in each iteration). More...
 

Functions

std::string_view to_string (CommonSolverOption)
 Returns the short, unadorned name of the option, e.g., kPrintFileName. More...
 
std::ostream & operator<< (std::ostream &, CommonSolverOption)
 (Deprecated.) More...