Closed AlessandroPierro closed 1 year ago
Fixes #167
Issue Number:
Objective of pull request:
Your PR fulfills the following requirements:
pyb
pyb -E unit
python -m unittest
QUBO.compute_cost
QUBO.evaluate_cost
CoefficientTensorsMixin
__call__
ILP
IQP
Fixes #167
Issue Number:
Objective of pull request:
Pull request checklist
Your PR fulfills the following requirements:
pyb
) passes locallypyb -E unit
) or (python -m unittest
) passes locallyPull request type
Please check your PR type: - [x] Feature ## What is the new behavior?QUBO.compute_cost
method has been deprecated for duplication in favor ofQUBO.evaluate_cost
CoefficientTensorsMixin
class now implements the__call__
method to evaluate the polynomial at a given pointILP
andIQP
classes enable the definition of Integer Linear Programming (ILP) and Integer Quadratic Programming (IQP) problems.Does this introduce a breaking change?