math_opt format fixup

This commit is contained in:
Corentin Le Molgat
2022-10-14 17:05:09 +02:00
parent d3687c3f36
commit 92243dfe84
2 changed files with 2 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ class QuadraticConstraint {
// Returns a detailed string description of the contents of the constraint
// (not its name, use `<<` for that instead).
inline std::string ToString() const;
friend inline bool operator==(const QuadraticConstraint& lhs,
const QuadraticConstraint& rhs);
friend inline bool operator!=(const QuadraticConstraint& lhs,

View File

@@ -187,6 +187,7 @@ cc_library(
"@com_google_absl//absl/types:span",
],
)
cc_library(
name = "invalid_indicators",
srcs = ["invalid_indicators.cc"],