SolverSolution#

class SolverSolution#

Methods

Attributes

__init__(energy, is_feasible, values)#
__deprecated__ = 'SolverSolution is deprecated since amplify v1.0.0 and will no longer support in the near future.\nPlease see the migration guide for details: https://amplify.fixstars.com/docs/amplify/v1/migration.html'#
__dict__ = mappingproxy({'__module__': 'amplify._backward', '__init__': <function SolverSolution.__init__>, 'energy': <property object>, 'frequency': <property object>, 'is_feasible': <property object>, 'values': <property object>, '__dict__': <attribute '__dict__' of 'SolverSolution' objects>, '__weakref__': <attribute '__weakref__' of 'SolverSolution' objects>, '__doc__': None, '__new__': <staticmethod(<function object.__new__>)>, '__deprecated__': 'SolverSolution is deprecated since amplify v1.0.0 and will no longer support in the near future.\nPlease see the migration guide for details: https://amplify.fixstars.com/docs/amplify/v1/migration.html', '__annotations__': {}})#
__weakref__#

list of weak references to the object (if defined)

property energy#
property frequency#
property is_feasible#
property values#