@@ -212,8 +212,8 @@ def conjecture(objects, invariants, mainInvariant, variableName='x', time=5,
212
212
theory = None , precomputed = None ):
213
213
"""
214
214
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 .
217
217
218
218
INPUT:
219
219
@@ -561,8 +561,8 @@ def propertyBasedConjecture(objects, properties, mainProperty, time=5, debug=Fal
561
561
theory = None , precomputed = None ):
562
562
"""
563
563
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 .
566
566
567
567
INPUT:
568
568
@@ -629,7 +629,7 @@ def propertyBasedConjecture(objects, properties, mainProperty, time=5, debug=Fal
629
629
630
630
>>> propertyBasedConjecture([3], [is_prime,is_even], 0, debug=True, verbose=True)
631
631
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
633
633
> Invariant 1 Invariant 2
634
634
> 1) TRUE FALSE
635
635
> Generating trees with 0 unary nodes and 0 binary nodes.
0 commit comments