# Elliptic Curves of Given Conductor

## `EllipticCurveSearch(N, Effort): [], RngIntElt -> SeqEnum`

```magma
Full   : BoolElt                      Default: false
Max    : RngIntElt                    Default: 
Primes : SeqEnum                      Default: 
Traces : SeqEnum                      Default: 
verbose: ECSearch                     Default: Verbose : 2
```

This routine searches for elliptic curves over a field $F_q(t)$ whose conductor is equal to the specified conductor $N$. Alternatively, the first argument may be a set or sequence of possible conductors. Here a conductor is specified in the same format as returned by `Conductor`.

For explanation of the optional parameters and other details, see the description of `EllipticCurveSearch` for elliptic curves over number fields.
