mod error¶
- module error¶
Error variants returned by
anneal-core.Enums
- enum Error¶
Error type returned by all fallible operations in
anneal-core.- LawViolation(String)¶
Returned when an SA component pairing fails the algebra’s composition laws (L1-L4 of the IISE manuscript).
- InvalidConfig(String)¶
Returned when an SA configuration is internally inconsistent (e.g. epoch counter out of range, temperature non-positive).