Skip to content

Commit 4d54d02

Browse files
committed
Changes to documentation for the SMC version of the program.
1 parent f14041b commit 4d54d02

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sage/conjecturing.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ def conjecture(objects, invariants, mainInvariant, variableName='x', time=5,
212212
theory=None, precomputed=None):
213213
"""
214214
Runs the conjecturing program for invariants with the provided objects,
215-
invariants and main invariant. This method requires the package conjecturing
216-
to be installed.
215+
invariants and main invariant. This method requires the program ``expressions``
216+
to be in the current working directory of Sage.
217217
218218
INPUT:
219219
@@ -561,8 +561,8 @@ def propertyBasedConjecture(objects, properties, mainProperty, time=5, debug=Fal
561561
theory=None, precomputed=None):
562562
"""
563563
Runs the conjecturing program for properties with the provided objects,
564-
properties and main property. This method requires the package conjecturing
565-
to be installed.
564+
properties and main property. This method requires the program ``expressions``
565+
to be in the current working directory of Sage.
566566
567567
INPUT:
568568
@@ -629,7 +629,7 @@ def propertyBasedConjecture(objects, properties, mainProperty, time=5, debug=Fal
629629
630630
>>> propertyBasedConjecture([3], [is_prime,is_even], 0, debug=True, verbose=True)
631631
Using the following command
632-
expressions -pcv --dalmatian --all-operators --time 5 --invariant-names --output stack --sufficient --allowed-skips 0
632+
./expressions -pcv --dalmatian --all-operators --time 5 --invariant-names --output stack --sufficient --allowed-skips 0
633633
> Invariant 1 Invariant 2
634634
> 1) TRUE FALSE
635635
> Generating trees with 0 unary nodes and 0 binary nodes.

0 commit comments

Comments
 (0)