Skip to content

Commit 4e2a6b9

Browse files
committed
fix
1 parent 01cceef commit 4e2a6b9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Mathlib/Combinatorics/SimpleGraph/StronglyRegular.lean

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ theorem IsSRGWith.ediam_eq_two [Nontrivial V] (h : G.IsSRGWith n k ℓ μ) (ht :
8282
/-- **Conway's 99-graph problem** (from https://oeis.org/A248380/a248380.pdf)
8383
can be reformulated as the existence of a strongly regular graph with params (99, 14, 1, 2).
8484
This is an open problem, and has no known proof of existence. -/
85-
proof_wanted conway_99 : ∃ α : Type*, ∃ (g : SimpleGraph α), IsSRGWith G 99 14 1 2
85+
proof_wanted conway_99 : ∃ (α : Type) (_ : Fintype α) (g : SimpleGraph α) (_ : DecidableRel g.Adj),
86+
IsSRGWith g 99 14 1 2
8687

8788
variable [DecidableEq V]
8889

0 commit comments

Comments
 (0)