#17351: Sage Learn_sat AttributeError
-------------------------------------+-------------------------------------
Reporter: ounidjoo | Owner:
Type: defect | Status: needs_info
Priority: major | Milestone: sage-6.5
Component: packages: | Resolution:
optional | Merged in:
Keywords: | Reviewers:
Authors: Martin Albrecht | Work issues:
Report Upstream: N/A | Commit:
Branch: | 3c5a878763ac85f37696de42a18458d88add33c5
u/malb/t17351_learn_sat | Stopgaps:
Dependencies: |
-------------------------------------+-------------------------------------
Description changed by malb:
Old description:
> Don't fail in 'sage.sat.boolean_polynomials.learn_sat' when nothing was
> learnt.
>
> For example, this code should not fail:
>
> {{{
> sage: P.<a,b,c> = BooleanPolynomialRing()
> sage: F = [a*c + a + b*c + c + 1, a*b + a*c + a + c + 1, a*b + a*c + a
> + b*c + 1]
> sage: from sage.sat.boolean_polynomials import learn as learn_sat
> sage: learn_sat(F, s_maxrestarts=0, interreduction=True)
> }}}
New description:
Don't fail in `sage.sat.boolean_polynomials.learn_sat` when nothing was
learnt.
For example, this code should not fail:
{{{
sage: P.<a,b,c> = BooleanPolynomialRing()
sage: F = [a*c + a + b*c + c + 1, a*b + a*c + a + c + 1, a*b + a*c + a +
b*c + 1]
sage: from sage.sat.boolean_polynomials import learn as learn_sat
sage: learn_sat(F, s_maxrestarts=0, interreduction=True)
}}}
--
--
Ticket URL: <http://trac.sagemath.org/ticket/17351#comment:12>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.