Skip to content

Commit e46d155

Browse files
committed
fixup conflict
1 parent 6cca2ff commit e46d155

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/systems/systems.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ $(SIGNATURES)
88
99
Structurally simplify algebraic equations in a system and compute the
1010
topological sort of the observed equations. When `simplify=true`, the `simplify`
11-
function will be applied during the tearing process. It also takes kwargs
11+
function will be applied during the tearing process. The kwargs
1212
`allow_symbolic=false`, `allow_parameter=true`, and `conservative=false` which
1313
limits the coefficient types during tearing. In particular, `conservative=true`
1414
limits tearing to only solve for trivial linear systems where the coefficient
15-
has the absolute value of ``1``.
15+
has the absolute value of ``1``. The kwarg `fully_determined=true` controls whether or not
16+
an error will be thrown if the number of equations don't match the number of inputs,
17+
outputs, and equations.
1618
1719
The optional argument `io` may take a tuple `(inputs, outputs)`.
1820
This will convert all `inputs` to parameters and allow them to be unconnected, i.e.,

0 commit comments

Comments
 (0)