US20160224515A1 - Method and system for solving the lagrangian dual of a constrained binary quadratic programming problem using a quantum annealer - Google Patents

Method and system for solving the lagrangian dual of a constrained binary quadratic programming problem using a quantum annealer Download PDF

Info

Publication number
US20160224515A1
US20160224515A1 US15/014,576 US201615014576A US2016224515A1 US 20160224515 A1 US20160224515 A1 US 20160224515A1 US 201615014576 A US201615014576 A US 201615014576A US 2016224515 A1 US2016224515 A1 US 2016224515A1
Authority
US
United States
Prior art keywords
programming problem
binary
quadratic
constrained
processor
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US15/014,576
Inventor
Pooya RONAGH
Ehsan Iranmanesh
Brad Woods
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
1QB Information Technologies Inc
Original Assignee
1QB Information Technologies Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 1QB Information Technologies Inc filed Critical 1QB Information Technologies Inc
Assigned to 1QB INFORMATION TECHNOLOGIES INC. reassignment 1QB INFORMATION TECHNOLOGIES INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: IRANMANESH, EHSAN, RONAGH, POOYA, WOODS, BRAD
Publication of US20160224515A1 publication Critical patent/US20160224515A1/en
Assigned to 1QB INFORMATION TECHNOLOGIES INC. reassignment 1QB INFORMATION TECHNOLOGIES INC. CORRECTIVE ASSIGNMENT TO CORRECT THE CORRECT RECEIVING PARTY ADDRESS PREVIOUSLY RECORDED AT REEL: 038436 FRAME: 0150. ASSIGNOR(S) HEREBY CONFIRMS THE ASSIGNMENT. Assignors: IRANMANESH, EHSAN, RONAGH, POOYA, WOODS, BRAD
Priority to US16/809,473 priority Critical patent/US11514134B2/en
Priority to US18/047,882 priority patent/US20230222173A1/en
Priority to US18/047,981 priority patent/US11797641B2/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/11Complex mathematical operations for solving equations, e.g. nonlinear equations, general mathematical optimization problems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N5/00Computing arrangements using knowledge-based models
    • G06N5/01Dynamic search techniques; Heuristics; Dynamic trees; Branch-and-bound
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N10/00Quantum computing, i.e. information processing based on quantum-mechanical phenomena

Definitions

  • the invention relates to computing. More precisely, this invention pertains to a method and system for solving the Lagrangian dual problem corresponding to a binary quadratic programming problem.
  • Duality is an important phenomenon in optimization theory.
  • duality is a process of generating a “dual” problem for the original “primal” problem.
  • Solving dual problems provide information about the primal problem.
  • duality directly yields alternative viewpoints to the problems.
  • the “primal variables” may represent current flows, whereas the “dual variables” may represent voltage differences.
  • “primal variables” may represent production and consumption levels and the “dual variables” may represent prices of goods and service. (See “Applied Lagrange Duality for Constrained Optimization” by Robert M. Freund, 2004, Massachusetts Institute of Technology).
  • dual problems may yield more complicated information about the optimization model.
  • a good dual solution can be used to bound the values of the primal solutions. Using such information may be less trivial however very beneficial to solving optimization problems.
  • the solution to a dual problem can be used to prove optimality of a primal solution.
  • solving a series of dual sub-problems can be used in iterative fashion to solve a more complicated original primal problem. Examples of such iterative applications of duality include branch and bound methods, cut and bound methods, and decomposition methods for solving integer and mixed-integer optimization problems.
  • Lagrangian dual problems can be used to solve many integer programming problems such as non-linear knapsack problems (see “Knapsack Problems” by Hans Kellerer, Ultich Pferschy and David Pisinger), non-linear minimum spanning tree problems (see “The quadratic minimum spanning tree problem” by Arjang Assad and Weixuan Xu), etc.
  • These combinatorial optimization problems are models of many problems of interest in operational research; e.g. scheduling problems, job-shop problems, and resource allocation problems.
  • Lagrangian techniques in discrete optimization refer to “A survey of Lagrangean techniques for discrete optimization” by Jeremy F. Shapiro, Operations Research Center, Massachusetts Institute of Technology, Cambridge, Mass. and to “Lagrangean relaxation for integer programming” by A. M. Geoffrion, Mathematics Programming Study 2 (1974) 82-114, North-Holland Publishing Company.
  • a method for solving the Lagrangian dual of a constrained binary quadratic programming problem comprising use of a processor for obtaining a constrained quadratic binary programming problem; until a convergence is detected, use of a processor for iteratively performing a Lagrangian relaxation of the constrained quadratic binary programming problem to provide an unconstrained quadratic binary programming problem; providing the unconstrained quadratic binary programming problem to a quantum annealer; obtaining from the quantum annealer at least one corresponding solution; using the at least one corresponding solution to generate a new approximation for a Lagrangian dual bound and use of a processor for providing a corresponding solution to the Lagrangian dual of the constrained binary quadratic programming problem after the convergence.
  • the use of a processor for obtaining of a constrained quadratic binary programming problem comprises use of a processor for obtaining data representative of an objective function ⁇ (x) having a degree less than or equal to two; use of a processor for obtaining data representative of equality constraints having a degree less than or equal to two; and use of a processor for obtaining data representative of inequality constraints having a degree less than or equal to two.
  • the use of a processor for obtaining the constrained quadratic binary programming problem comprises use of a processor for obtaining the constrained quadratic binary programming problem from at least one of a user, a computer, a software package and an intelligent agent.
  • the use of a processor for obtaining of the constrained quadratic binary programming problem further comprises use of a processor for initializing software parameters and use of a processor for initializing a linear programming procedure.
  • the software parameters are obtained by the processor from at least one of a user, a computer, a software package and an intelligent agent.
  • the use of a processor for initializing of the software parameters comprises use of a processor for providing an embedding of the constrained quadratic binary programming problem on the quantum annealer; use of a processor for providing an embedding solver function for providing a list of solutions; use of a processor for providing one of lower and upper bounds and default values for Lagrange multipliers; use of a processor for providing one of initial values and default values for Lagrange multipliers; and use of a processor for providing an error tolerance value for duality gap.
  • the linear programming procedure is carried out until the convergence is detected.
  • the using of the at least one corresponding solution to generate a new approximation for the Lagrangian dual bound comprises using the at least one corresponding solution in the linear programming procedure.
  • the use of a processor for providing of a corresponding solution to the Lagrangian dual of the constrained binary quadratic programming problem comprises storing the corresponding solution to a file.
  • a digital computer comprising a central processing unit; a display device; a communication port for operatively connecting the digital computer to a quantum annealer; a memory unit comprising an application for solving the Lagrangian dual of a constrained binary quadratic problem, the application comprising: instructions for obtaining a constrained binary quadratic problem; instructions for iteratively performing a Lagrangian relaxation of the constrained quadratic problem to provide an unconstrained quadratic programming problem; instructions for providing the unconstrained quadratic programming problem to the quantum annealer using the communication port; instructions for obtaining from the quantum annealer via the communication port at least one corresponding solution and for using the at least one corresponding solution to generate a new approximation for a Lagrangian dual bound; instructions for providing a corresponding solution to the Lagrangian dual of the constrained binary quadratic programming problem once a convergence is detected and a data bus for interconnecting the central processing unit, the display device, the communication port and the memory
  • a non-transitory computer-readable storage medium for storing computer-executable instructions which, when executed, cause a digital computer to perform a method for solving the Lagrangian dual of a constrained binary quadratic programming problem, the method comprising obtaining a constrained quadratic binary programming problem; until a convergence is detected, iteratively: performing a Lagrangian relaxation of the constrained quadratic binary programming problem to provide an unconstrained quadratic binary programming problem; providing the unconstrained quadratic binary programming problem to a quantum annealer; obtaining from the quantum annealer at least one corresponding solution; using the at least one corresponding solution to generate a new approximation for a Lagrangian dual bound and providing a corresponding solution to the Lagrangian dual of the constrained binary quadratic programming problem causing the convergence.
  • a method for solving the Lagrangian dual of a constrained binary quadratic programming problem comprising obtaining a constrained quadratic binary programming problem; until a convergence is detected, iteratively, performing a Lagrangian relaxation of the constrained quadratic binary programming problem to provide an unconstrained quadratic binary programming problem, providing the unconstrained quadratic binary programming problem to a quantum annealer, obtaining from the quantum annealer at least one corresponding solution, using the at least one corresponding solution to generate a new approximation for a Lagrangian dual bound; and providing a corresponding solution to the Lagrangian dual of the constrained binary quadratic programming problem after the convergence.
  • An advantage of the method disclosed herein is that it provides a method for using Lagrangian duality in various applications, for example finding Lagrangian based bounds to integer and mixed-integer programming problems using a quantum annealer.
  • FIG. 1 is a flowchart that shows an embodiment of a method for solving the Lagrangian dual of a constrained binary quadratic programming problem using a quantum annealer.
  • FIG. 2 is a diagram of an embodiment of a system in which the method for solving the Lagrangian dual of a constrained binary quadratic programming problem using a quantum annealer may be implemented.
  • the system comprises a digital computer and a quantum annealer.
  • FIG. 3 is a diagram that shows an embodiment of a digital computer used in the system for solving the Lagrangian dual of a constrained binary quadratic programming problem using a quantum annealer.
  • FIG. 4 is a flowchart that shows an embodiment for providing a constrained binary programming problem.
  • FIG. 5 is a flowchart that shows an embodiment for initializing software parameters used in an embodiment of the method for solving the Lagrangian dual of a constrained binary quadratic programming problem.
  • FIG. 6 is a flowchart that shows an embodiment for interpreting the at least one solution provided by the quantum annealer as new cuts for a linear programming procedure in progress in order to determine a new upper approximation for the Lagrangian dual bound of a constrained binary quadratic programming problem.
  • invention and the like mean “the one or more inventions disclosed in this application,” unless expressly specified otherwise.
  • all functions g i and h j are polynomials of degree at most two.
  • Laggian relaxation of the constrained binary quadratic programming problem (P), corresponding to fixed Lagrange multipliers ⁇ ⁇ m and ⁇ ⁇ means solving the following optimization problem:
  • ⁇ p ( ⁇ , ⁇ ) The value of the above optimization is denoted as ⁇ p ( ⁇ , ⁇ ) and is known to be a lower bound for the optimal value of the original constrained binary quadratic programming, that is, ⁇ p ( ⁇ , ⁇ ) ⁇ v(P).
  • ⁇ (P) The value of the above optimization is denoted by ⁇ (P) and is known to be a lower bound for the optimal value of the original constrained binary quadratic programming, that is, ⁇ (P) ⁇ v(P). This value is unique and is also called the “Lagrangian dual bound” for the original constrained binary quadratic programming problem.
  • optimal Lagrange multiplier will refer to a, not necessarily unique, set of optimal points ⁇ * and ⁇ * at which the value ⁇ (P) is attained for the above optimization problem.
  • solution to the Lagrangian dual problem refers to the following collection of information received after solving the Lagrangian dual problem: (1) the (unique) optimal value of the Lagrangian dual problem, also known as the Lagrangian dual bound; (2) a set of (not necessarily unique) optimal Lagrange multipliers as described above; and (3) a set of (non necessarily unique) binary vectors at which the optimal value of the Lagrangian dual problem is obtained at the given optimal Lagrange multipliers.
  • Quantum annealer and like terms mean a system consisting of one or many types of hardware that can find optimal or sub-optimal solutions to an unconstrained binary quadratic programming problem.
  • An example of this is a system consisting of a digital computer embedding a binary quadratic programming problem as an Ising spin model, attached to an analog computer that carries optimization of a configuration of spins in an Ising spin model using quantum annealing as described, for example, in Farhi, E. et al., “Quantum Adiabatic Evolution Algorithms versus Simulated Annealing” arXiv.org:quant-ph/0201031 (2002), pp 1-16.
  • An embodiment of such analog computer is disclosed by McGeoch, Catherine C.
  • Quantum annealer may also be comprised of “classical components,” such as a classical computer. Accordingly, a “quantum annealer” may be entirely analog or an analog-classical hybrid.
  • the term “embedding” of a binary optimization problem, and the like, refer to an assignment of a set of the quantum bits ⁇ q i1 , q i2 , . . . , q il i ⁇ to each binary variable x i . Specifications of the role of such an embedding in solving an unconstrained binary quadratic programming problem and presentation of an efficient algorithm for it are disclosed for instance in “A practical heuristic for finding graph minors”—Jun Cai, William G. Macready, Aidan Roy, in U.S. patent application US 2008/0218519 and in U.S. Pat. No. 8,655,828 B2.
  • the term “embedding solver,” and the like, refer to a function, procedure, and algorithm that consist of instructions for receiving an unconstrained binary quadratic programming problem, carrying a query to the quantum annealer using a provided embedding, and returning at least one result, each result containing a vector of binary entries, representative of a binary point in the domain of the provided unconstrained binary quadratic programming, the value of the objective function of unconstrained binary quadratic programming at that point, and the number of occurrences of the result in the entire number of reads.
  • callback function refers to a user function that is called iteratively by the software throughout the run time. In the system disclosed herein, there is only one callback function which determines how the queries to the quantum annealer are carried. In other words, the embedding solver explained above is provided by the user as a callback function.
  • a component such as a processor or a memory described as being configured to perform a task includes both a general component that is temporarily configured to perform the task at a given time or a specific component that is manufactured to perform the task.
  • the present invention is directed to a method and system for solving the Lagrangian dual of a constrained binary quadratic programming problem.
  • FIG. 2 there is shown an embodiment of a system 200 in which an embodiment of the method for solving the Lagrangian dual of a constrained binary quadratic programming problem may be implemented.
  • the system 200 comprises a digital computer 202 and a quantum annealer 204 .
  • the digital computer 202 receives a constrained binary quadratic programming problem and provides a solution to the Lagrangian dual of the constrained binary quadratic programming problem.
  • the constrained binary quadratic programming problem is provided by a user interacting with the digital computer 202 .
  • the constrained binary quadratic programming problem is provided by another computer, not shown, operatively connected to the digital computer 202 .
  • the constrained binary quadratic programming problem is provided by an independent software package.
  • the constrained binary quadratic programming problem is provided by an intelligent agent.
  • the solution to the Lagrangian dual of the constrained binary quadratic programming problem is provided to the user interacting with the digital computer 202 .
  • the solution to the Lagrangian dual of the constrained binary quadratic programming problem is provided to another computer operatively connected to the digital computer 202 .
  • the digital computer 202 may be any type of computer.
  • the digital computer 202 is selected from a group consisting of desktop computers, laptop computers, tablet PCs, servers, smartphones, etc.
  • FIG. 3 there is shown an embodiment of a digital computer 202 .
  • the digital computer 202 may also be broadly referred to as a processor.
  • the digital computer 202 comprises a central processing unit (CPU) 302 , also referred to as a microprocessor or a processor, a display device 304 , input devices 306 , communication ports 308 , a data bus 310 and a memory unit 312 .
  • CPU central processing unit
  • the CPU 302 is used for processing computer instructions. The skilled addressee will appreciate that various embodiments of the CPU 302 may be provided.
  • the central processing unit 302 is a CPU Core i5-3210M running at 2.5 GHz and manufactured by IntelTM.
  • the display device 304 is used for displaying data to a user.
  • the skilled addressee will appreciate that various types of display device 304 may be used.
  • the display device 304 is a standard liquid-crystal display (LCD) monitor.
  • LCD liquid-crystal display
  • the communication ports 308 are used for sharing data with the digital computer 202 .
  • the communication ports 308 may comprise, for instance, a universal serial bus (USB) port for connecting a keyboard and a mouse to the digital computer 202 .
  • USB universal serial bus
  • the communication ports 308 may further comprise a data network communication port such as an IEEE 802.3 port for enabling a connection of the digital computer 202 with another computer via a data network.
  • a data network communication port such as an IEEE 802.3 port for enabling a connection of the digital computer 202 with another computer via a data network.
  • the communication ports 308 comprise an Ethernet port.
  • the memory unit 312 is used for storing computer-executable instructions.
  • the memory unit 312 comprises, in one embodiment, an operating system module 314 .
  • the operating system module 314 may be of various types.
  • the operating system module 314 is OS X Yosemite (Version 10.10.5) manufactured by AppleTM.
  • the memory unit 312 further comprises an application for solving the Lagrangian dual of a constrained binary quadratic programming problem 316 .
  • the application 316 comprises instructions for obtaining a constrained quadratic binary programming problem.
  • the application 316 further comprises instructions for iteratively performing a Lagrangian relaxation of the constrained quadratic binary programming problem to provide an unconstrained quadratic binary programming problem; providing the unconstrained quadratic binary programming problem to a quantum annealer; obtaining from the quantum annealer at least one corresponding solution and for using the at least one corresponding solution to generate a new approximation for the Lagrangian dual bound.
  • the application 316 further comprises instructions for providing a corresponding solution to the Lagrangian dual of the constrained binary quadratic programming problem once a convergence is detected.
  • Each of the central processing unit 302 , the display device 304 , the input devices 306 , the communication ports 308 and the memory unit 312 is interconnected via the data bus 310 .
  • the quantum annealer 204 is operatively connected to the digital computer 202 .
  • the coupling of the quantum annealer 204 to the digital computer 202 may be achieved according to various embodiments.
  • the coupling of the quantum annealer 204 to the digital computer 202 is achieved via a data network.
  • quantum annealer 204 may be of various types.
  • the quantum annealer 204 is manufactured by D-Wave Systems Inc. More information on this embodiment of a quantum annealer applicable to 204 may be found at http://www.dwavesys.com. The skilled addressee will appreciate that various alternative embodiments may be provided for the quantum annealer 204 .
  • the quantum annealer 204 receives an unconstrained binary quadratic programming problem from the digital computer 202 .
  • the quantum annealer 204 is capable of solving the unconstrained binary quadratic programming problem and of providing at least one corresponding solution.
  • the plurality of corresponding solutions may comprise optimal and suboptimal solutions.
  • the at least one corresponding solution is provided by the quantum annealer 204 to the digital computer 202 .
  • a constrained binary quadratic programming problem is provided. It will be appreciated that in one embodiment the processor is used for providing the constrained binary quadratic programming problem.
  • FIG. 4 there is shown an embodiment for providing a constrained binary quadratic programming problem.
  • the constrained binary quadratic programming problem can be referred to as:
  • processing step 402 data representative of an objective function ⁇ (x) are provided. It will be appreciated that in one embodiment the processor is used for providing the data representative of an objective function ⁇ (x).
  • processing step 404 data representative of the equality constraints are provided. It will be appreciated that in one embodiment the processor is used for providing the data representative of the equality constraints.
  • processing step 406 data representative of the inequality constraints are provided. It will be appreciated that in one embodiment the processor is used for providing the data representative of the inequality constraints.
  • the constrained binary quadratic programming problem is provided by a user interacting with the digital computer 202 .
  • the constrained binary quadratic programming problem is provided by another computer operatively connected to the digital computer 202 .
  • the constrained binary quadratic programming problem is provided by an independent software package.
  • the constrained binary quadratic programming problem is provided by an intelligent agent.
  • parameters of the software are initialized. It will be appreciated that in one embodiment the processor is used for initializing the parameters of the software.
  • FIG. 5 there is shown an embodiment for initializing parameters or using default values for them.
  • the software parameters are obtained by the processor from at least one of a user, a computer, a software package and an intelligent agent.
  • data representative of an embedding of the constrained binary quadratic programming problem on the quantum annealer are provided.
  • the processor is used for providing the data representative of an embedding of the constrained binary quadratic programming problem on the quantum annealer.
  • the embedding should be such that it respects all logical couplings between variables as they occur in the functions ⁇ (x), g 1 (x), . . . , g m (x) and h 1 (x), . . . , h l (x).
  • the chains of qubits corresponding to two variable x r and x s should have a coupling between them whenever there is a nonzero coefficient for the term x r x s in at least one of the functions ⁇ (x), g 1 (x), . . . , g m (x) and h 1 (x), . . . , h l (x).
  • the data comprise an array of n sets, with each entry being a set ⁇ q i1 , . . . , q il i ⁇ of quantum bits of the annealer.
  • the data of the embedding of the constrained binary quadratic programming problem are stored in the reserved name embeddings, in the namespace ORACLE. Hence in ORACLE::embeddings.
  • an embedding solver function is provided as a callback function. It will be appreciated that in one embodiment the processor is used for providing an embedding solver function. In one embodiment, the function is implemented by the user in the namespace ORACLE, as ORACLE::solve_qubo.
  • the input parameter of the callback function is a pointer to an instance of the data type ORACLE::qubo, representative of an unconstrained binary quadratic programming neglecting the corresponding bias of it.
  • the output of the call back function is a pointer to an instance of the type ORACLE::result, representative of a list of optimal and suboptimal solutions to the unconstrained binary quadratic programming problem.
  • the providing of the unconstrained binary optimization problem to the quantum annealer is achieved using a processor.
  • a token system is used over the Internet to provide access to the quantum annealer remotely and to authenticate use.
  • the at least one solution is provided in a table by the quantum annealer, according to the instructions of use of the quantum annealer.
  • the DWave system provides these solutions in the data type sapi_IsingResult* which is then type-casted automatically to an instance of QUBO::result*.
  • lower and upper bounds for Lagrange multipliers are provided. It will be appreciated that in one embodiment the lower and upper bounds for Lagrange multipliers are provided using the processor.
  • ORACLE::dual_lb and ORACLE::dual_ub Each of these types will be required to contain an array of doubles of size m+l.
  • the first m entries of these arrays represent, respectively, the lower and upper bounds for the Lagrange multipliers corresponding to the m equality constraints and the last l of them represent, respectively, the lower and upper bounds for the Lagrange multipliers corresponding to the l inequality constraints.
  • the default lower bound for a Lagrange multiplier corresponding to an equality constraint is ⁇ 1e6 and the default upper bound for it is +1e6.
  • the default lower bound for a Lagrange multiplier corresponding to an inequality constraint is 0 and the default upper bound for it is +1e6.
  • initial values for the Lagrange multipliers are provided. It will be appreciated that in one embodiment the initial values for the Lagrange multipliers are provided using the processor.
  • init (init 1 , . . . , init m+l ).
  • an error tolerance value for equality and inequality conditions is provided in the software. It will be appreciated that in one embodiment the error tolerance value for equality and inequality conditions is provided using the processor.
  • the error tolerance value is initialized to 1e-5 and stored as ORACLE::tol.
  • the error tolerance value is used in several points in the software.
  • linear programming procedure will be carried iteratively during the entire runtime of the method and will terminate once the result of it converges; i.e., it does not improve in the two consecutive iterations.
  • processing step 108 the Lagrangian relaxation of the constrained binary quadratic programming problem corresponding to the Lagrange multipliers ⁇ * and ⁇ * are provided.
  • the Lagrangian relaxation of the constrained binary quadratic programming problem corresponding to the Lagrange multipliers ⁇ * and ⁇ * is the following optimization problem:
  • this optimization problem is an unconstrained binary quadratic programming problem and therefore can be completely determined by a symmetric real matrix Q of size n and a bias constant b, representative of an objective function of the form x t Q x+b in n binary variables. It will be appreciated that the unconstrained binary quadratic programming problem is provided to the quantum annealer. As mentioned above, the unconstrained binary quadratic problem may be provided to the quantum annealer according to various embodiments.
  • the information of this unconstrained binary quadratic programming problem is stored in a variable Q of type ORACLE::qubo forgetting the bias term.
  • each of the at least one corresponding solution provided according to processing step 110 is used to generate a new linear constraint (a.k.a. cut) for the linear programming problem (L).
  • FIG. 6 there is shown an embodiment for interpreting the at least one corresponding solution as new cuts for the linear programming procedure in progress and for determining a new approximation for the Lagrangian dual bound.
  • At least one corresponding solution is provided.
  • the at least one corresponding solution comprises a plurality of solutions
  • the plurality of solutions S comprises optimal as well as suboptimal solutions as mentioned above.
  • a new cut corresponding to each solution is determined using the solution itself and the current Lagrange multipliers.
  • processing step 608 the optimal value of y* and the optimal multipliers ⁇ * and ⁇ * are updated by solving the modified linear programming problem (L), and y* is now recognized as an upper approximation for the Lagrangian dual bound.
  • a test is performed in order to find out if the optimal value of y* is or not improved from a previous value.
  • the results of the optimization are reported. It will be appreciated that in one embodiment, the results of the optimization are provided using the processor.
  • the output of this method comprises the value of y* representative of the optimal value, and ⁇ (P) of the Lagrangian dual problem corresponding to the constrained binary quadratic programming problem formulated above.
  • the output of this method further comprises the optimal multipliers ⁇ * and ⁇ *, representative of a set of Lagrange multipliers at which the value ⁇ (P) is attained by the Lagrangian dual of the constrained binary quadratic programming problem.
  • the output of the method further comprises the minimum value encountered for ⁇ (s) among all solutions s generated by the quantum annealer and provided by the callback function ORACLE::solve_qubo.
  • the output comprises an indicator of whether ⁇ (P) and the minimum value encountered for ⁇ (s) are at most of distance ORACLE::tol from each other.
  • the above information is stored using the digital computer in a file.
  • a non-transitory computer-readable storage medium is further disclosed.
  • the non-transitory computer-readable storage medium is used for storing computer-executable instructions which, when executed, cause a digital computer to perform a method for solving the Lagrangian dual of a constrained binary quadratic programming problem, the method comprising obtaining a constrained quadratic binary programming problem; until a convergence is detected, iteratively, performing a Lagrangian relaxation of the constrained quadratic binary programming problem to provide an unconstrained quadratic binary programming problem, providing the unconstrained quadratic binary programming problem to a quantum annealer, obtaining from the quantum annealer at least one corresponding solution, using the at least one corresponding solution to generate a new approximation for the Lagrangian dual bound; and providing a corresponding solution to the Lagrangian dual of the constrained binary quadratic programming problem after the convergence.
  • an advantage of the method disclosed herein is that it enables an efficient method for finding the Lagrangian dual bound for a constrained binary quadratic programming problem using a quantum annealer.
  • the method disclosed herein improves the processing of a system for solving the Lagrangian dual of a constrained binary quadratic programming problem.
  • the method disclosed herein may be used for solving the maximum weighted k-clique problem.
  • the maximum weighted k-clique problem may be formulated as:
  • A is a symmetric square matrix of size n representing the weights of edges of a graph with n vertices.
  • the binary variable x i represents selection of the vertex labelled by positive integer i ⁇ ⁇ 1, . . . , n ⁇ .
  • a graph with 5 vertices represents a group of 5 coworkers.
  • a utility factor is assigned for the collaboration between the two coworkers.
  • the utilities can be represented with an upper triangular matrix:
  • the single constraint of (C), indicates that there is only a single Lagrange multiplier, denoted by ⁇ , present in any Lagrangian relaxation of it.
  • the lower and upper bounds ⁇ 10 and 10 are provided for the Lagrange multiplier with initial value 0.
  • the output of the method is (1) the Lagrangian dual bound ⁇ 15, (2) the feasible binary vector (1, 0, 1, 1, 0) and (3) a flag indicating strong duality has occurred.
  • the solution to the method disclosed is interpreted as the selection of a team of 3 people, consisting of person 1, 3 and 4 as the most productive team of size 3, amongst the 5 coworkers.

Abstract

A method is disclosed for solving the Lagrangian dual of a constrained binary quadratic programming problem. The method comprises obtaining a constrained quadratic binary programming problem; until a convergence is detected, iteratively, performing a Lagrangian relaxation of the constrained quadratic binary programming problem to provide an unconstrained quadratic binary programming problem, providing the unconstrained quadratic binary programming problem to a quantum annealer, obtaining from the quantum annealer at least one corresponding solution, using the at least one corresponding solution to generate a new approximation for the Lagrangian dual bound; and providing a corresponding solution to the Lagrangian dual of the constrained binary quadratic programming problem after convergence.

Description

    CROSS-REFERENCE TO RELATED APPLICATION
  • The present patent application claims priority on Canadian Patent Application No. 2,881,033, filed on Feb. 3, 2015.
  • FIELD
  • The invention relates to computing. More precisely, this invention pertains to a method and system for solving the Lagrangian dual problem corresponding to a binary quadratic programming problem.
  • BACKGROUND
  • Duality is an important phenomenon in optimization theory. In general, duality is a process of generating a “dual” problem for the original “primal” problem. Solving dual problems provide information about the primal problem.
  • In some optimization models, duality directly yields alternative viewpoints to the problems. For example, in models of electrical networks, the “primal variables” may represent current flows, whereas the “dual variables” may represent voltage differences. In models of economic markets, “primal variables” may represent production and consumption levels and the “dual variables” may represent prices of goods and service. (See “Applied Lagrange Duality for Constrained Optimization” by Robert M. Freund, 2004, Massachusetts Institute of Technology).
  • In a wider range of scenarios, dual problems may yield more complicated information about the optimization model. For example, a good dual solution can be used to bound the values of the primal solutions. Using such information may be less trivial however very beneficial to solving optimization problems. For example, the solution to a dual problem can be used to prove optimality of a primal solution. In yet more complicated applications, solving a series of dual sub-problems can be used in iterative fashion to solve a more complicated original primal problem. Examples of such iterative applications of duality include branch and bound methods, cut and bound methods, and decomposition methods for solving integer and mixed-integer optimization problems. (see “Nonlinear Integer Programming” by Duan Li and Xiaoling Sun) (See “Deterministic Methods for Mixed Integer Nonlinear Programming” by Sven Leyffer, PhD Thesis, 1993, University of Dundee). In duality theory, several different types of dualization and dual problems are proposed. One type of dual problems are the Lagrangian dual problems. A thorough description of Lagrangian duality theory is disclosed in “Nonlinear integer programming” by Duan Li and Xiaoling Sun. Lagrangian dual problems can be used to solve many integer programming problems such as non-linear knapsack problems (see “Knapsack Problems” by Hans Kellerer, Ultich Pferschy and David Pisinger), non-linear minimum spanning tree problems (see “The quadratic minimum spanning tree problem” by Arjang Assad and Weixuan Xu), etc. These combinatorial optimization problems are models of many problems of interest in operational research; e.g. scheduling problems, job-shop problems, and resource allocation problems. For applications of Lagrangian techniques in discrete optimization refer to “A survey of Lagrangean techniques for discrete optimization” by Jeremy F. Shapiro, Operations Research Center, Massachusetts Institute of Technology, Cambridge, Mass. and to “Lagrangean relaxation for integer programming” by A. M. Geoffrion, Mathematics Programming Study 2 (1974) 82-114, North-Holland Publishing Company.
  • There are several methods proposed for solving the Lagrangian dual problems, e.g. subgradient method, outer Lagrangian linearization method, and bundle method. (see Chapter 3 of “Nonlinear integer programming” by Duan Li and Xiaoling Sun). The difficulty of having efficient implementations of such algorithms is the urge to very efficient methods for solving hard nonlinear integer programming problems in various stages of these methods. For example, the single constrained quadratic 0-1 knapsack problem can be solved using an efficient branch and bound method based on Lagrangian duality as explained in Section 11.5, “Nonlinear integer programming” by Duan Li and Xiaoling Sun but the proposed method cannot be generalized for multi-dimensional knapsack problems.
  • There is therefore a need for a method for solving the Lagrangian dual optimization problems that will overcome the above-identified drawback.
  • Features of the invention will be apparent from review of the disclosure, drawings and description of the invention below.
  • BRIEF SUMMARY
  • According to a broad aspect, there is disclosed a method for solving the Lagrangian dual of a constrained binary quadratic programming problem, the method comprising use of a processor for obtaining a constrained quadratic binary programming problem; until a convergence is detected, use of a processor for iteratively performing a Lagrangian relaxation of the constrained quadratic binary programming problem to provide an unconstrained quadratic binary programming problem; providing the unconstrained quadratic binary programming problem to a quantum annealer; obtaining from the quantum annealer at least one corresponding solution; using the at least one corresponding solution to generate a new approximation for a Lagrangian dual bound and use of a processor for providing a corresponding solution to the Lagrangian dual of the constrained binary quadratic programming problem after the convergence.
  • In accordance with an embodiment, the use of a processor for obtaining of a constrained quadratic binary programming problem comprises use of a processor for obtaining data representative of an objective function ƒ(x) having a degree less than or equal to two; use of a processor for obtaining data representative of equality constraints having a degree less than or equal to two; and use of a processor for obtaining data representative of inequality constraints having a degree less than or equal to two.
  • In accordance with an embodiment, the use of a processor for obtaining the constrained quadratic binary programming problem comprises use of a processor for obtaining the constrained quadratic binary programming problem from at least one of a user, a computer, a software package and an intelligent agent.
  • In accordance with an embodiment, the use of a processor for obtaining of the constrained quadratic binary programming problem further comprises use of a processor for initializing software parameters and use of a processor for initializing a linear programming procedure.
  • In accordance with an embodiment, the software parameters are obtained by the processor from at least one of a user, a computer, a software package and an intelligent agent.
  • In accordance with an embodiment, the use of a processor for initializing of the software parameters comprises use of a processor for providing an embedding of the constrained quadratic binary programming problem on the quantum annealer; use of a processor for providing an embedding solver function for providing a list of solutions; use of a processor for providing one of lower and upper bounds and default values for Lagrange multipliers; use of a processor for providing one of initial values and default values for Lagrange multipliers; and use of a processor for providing an error tolerance value for duality gap.
  • In accordance with an embodiment, the linear programming procedure is carried out until the convergence is detected.
  • In accordance with an embodiment, the using of the at least one corresponding solution to generate a new approximation for the Lagrangian dual bound comprises using the at least one corresponding solution in the linear programming procedure.
  • In accordance with an embodiment, the use of a processor for providing of a corresponding solution to the Lagrangian dual of the constrained binary quadratic programming problem comprises storing the corresponding solution to a file.
  • In accordance with a broad aspect, there is disclosed a digital computer comprising a central processing unit; a display device; a communication port for operatively connecting the digital computer to a quantum annealer; a memory unit comprising an application for solving the Lagrangian dual of a constrained binary quadratic problem, the application comprising: instructions for obtaining a constrained binary quadratic problem; instructions for iteratively performing a Lagrangian relaxation of the constrained quadratic problem to provide an unconstrained quadratic programming problem; instructions for providing the unconstrained quadratic programming problem to the quantum annealer using the communication port; instructions for obtaining from the quantum annealer via the communication port at least one corresponding solution and for using the at least one corresponding solution to generate a new approximation for a Lagrangian dual bound; instructions for providing a corresponding solution to the Lagrangian dual of the constrained binary quadratic programming problem once a convergence is detected and a data bus for interconnecting the central processing unit, the display device, the communication port and the memory unit.
  • In accordance with a broad aspect, there is disclosed a non-transitory computer-readable storage medium for storing computer-executable instructions which, when executed, cause a digital computer to perform a method for solving the Lagrangian dual of a constrained binary quadratic programming problem, the method comprising obtaining a constrained quadratic binary programming problem; until a convergence is detected, iteratively: performing a Lagrangian relaxation of the constrained quadratic binary programming problem to provide an unconstrained quadratic binary programming problem; providing the unconstrained quadratic binary programming problem to a quantum annealer; obtaining from the quantum annealer at least one corresponding solution; using the at least one corresponding solution to generate a new approximation for a Lagrangian dual bound and providing a corresponding solution to the Lagrangian dual of the constrained binary quadratic programming problem causing the convergence.
  • In accordance with an embodiment, there is disclosed a use of the method disclosed herein for solving a maximum weighted k-clique problem.
  • According to a broad aspect, there is disclosed a method for solving the Lagrangian dual of a constrained binary quadratic programming problem, the method comprising obtaining a constrained quadratic binary programming problem; until a convergence is detected, iteratively, performing a Lagrangian relaxation of the constrained quadratic binary programming problem to provide an unconstrained quadratic binary programming problem, providing the unconstrained quadratic binary programming problem to a quantum annealer, obtaining from the quantum annealer at least one corresponding solution, using the at least one corresponding solution to generate a new approximation for a Lagrangian dual bound; and providing a corresponding solution to the Lagrangian dual of the constrained binary quadratic programming problem after the convergence.
  • An advantage of the method disclosed herein is that it provides a method for using Lagrangian duality in various applications, for example finding Lagrangian based bounds to integer and mixed-integer programming problems using a quantum annealer.
  • It will be further appreciated that the method disclosed herein greatly improves the processing of a system for solving a Lagrangian dual of a constrained binary quadratic programming problem which is of great advantage.
  • DESCRIPTION OF THE DRAWINGS
  • In order that the invention may be readily understood, embodiments of the invention are illustrated by way of example in the accompanying drawings.
  • FIG. 1 is a flowchart that shows an embodiment of a method for solving the Lagrangian dual of a constrained binary quadratic programming problem using a quantum annealer.
  • FIG. 2 is a diagram of an embodiment of a system in which the method for solving the Lagrangian dual of a constrained binary quadratic programming problem using a quantum annealer may be implemented. In this embodiment, the system comprises a digital computer and a quantum annealer.
  • FIG. 3 is a diagram that shows an embodiment of a digital computer used in the system for solving the Lagrangian dual of a constrained binary quadratic programming problem using a quantum annealer.
  • FIG. 4 is a flowchart that shows an embodiment for providing a constrained binary programming problem.
  • FIG. 5 is a flowchart that shows an embodiment for initializing software parameters used in an embodiment of the method for solving the Lagrangian dual of a constrained binary quadratic programming problem.
  • FIG. 6 is a flowchart that shows an embodiment for interpreting the at least one solution provided by the quantum annealer as new cuts for a linear programming procedure in progress in order to determine a new upper approximation for the Lagrangian dual bound of a constrained binary quadratic programming problem.
  • Further details of the invention and its advantages will be apparent from the detailed description included below.
  • DETAILED DESCRIPTION
  • In the following description of the embodiments, references to the accompanying drawings are by way of illustration of an example by which the invention may be practiced.
  • Terms
  • The term “invention” and the like mean “the one or more inventions disclosed in this application,” unless expressly specified otherwise.
  • The terms “an aspect,” “an embodiment,” “embodiment,” “embodiments,” “the embodiment,” “the embodiments,” “one or more embodiments,” “some embodiments,” “certain embodiments,” “one embodiment,” “another embodiment” and the like mean “one or more (but not all) embodiments of the disclosed invention(s),” unless expressly specified otherwise.
  • A reference to “another embodiment” or “another aspect” in describing an embodiment does not imply that the referenced embodiment is mutually exclusive with another embodiment (e.g., an embodiment described before the referenced embodiment), unless expressly specified otherwise.
  • The terms “including,” “comprising” and variations thereof mean “including but not limited to,” unless expressly specified otherwise.
  • The terms “a,” “an”, “the” and “at least one” mean “one or more,” unless expressly specified otherwise.
  • The term “plurality” means “two or more,” unless expressly specified otherwise.
  • The term “herein” means “in the present application, including anything which may be incorporated by reference,” unless expressly specified otherwise.
  • The term “e.g.” and like terms mean “for example,” and thus does not limit the term or phrase it explains. For example, in a sentence “the computer sends data (e.g., instructions, a data structure) over the Internet,” the term “e.g.” explains that “instructions” are an example of “data” that the computer may send over the Internet, and also explains that “a data structure” is an example of “data” that the computer may send over the Internet. However, both “instructions” and “a data structure” are merely examples of “data,” and other things besides “instructions” and “a data structure” can be “data.”
  • The term “i.e.” and like terms mean “that is,” and thus limits the term or phrase it explains. For example, in the sentence “the computer sends data (i.e., instructions) over the Internet,” the term “i.e.” explains that “instructions” are the “data” that the computer sends over the Internet.
  • The term “constrained binary quadratic programming” problem and like terms mean finding the minimum of a quadratic real polynomial y=ƒ(x) in several binary variables x=(x1, . . . , xn) subject to a (possibly empty) family of equality constraints determined by a (possibly empty) family of m equations gj(x)=0 for j=1, . . . , m and a (possibly empty) family of inequality constraints determined by a (possibly empty) family of
    Figure US20160224515A1-20160804-P00001
    inequalities hj(x)≦0 for j=1, . . . ,
    Figure US20160224515A1-20160804-P00001
    Here all functions gi and hj are polynomials of degree at most two.
  • min f ( x ) subject to i ( x ) = 0 i { 1 , , m } h j ( x ) 0 j { 1 , , l } x k { 0 , 1 } k { 1 , , n }
  • The above constrained binary quadratic programming problem will be denoted by (P) and the optimal value of it will be denoted by v(P). An optimal solution x, i.e. a vector at which the objective function attains the value v(P) will be denoted by x*.
  • It will be appreciated that any quadratic polynomial y=q(x) can be represented in matrix notation y=q(x)=xtA x+Btx+C where the matrix A is a real symmetric positive semi-definite square matrix of size n, B is a real vector of size n, and C is a real number.
  • It will be further appreciated that according to the equality xi 2=xi (i=1, . . . , n) for the binary variables, it can be assumed that the function q(x) is given without linear terms; that is, q(x)=xtQ x+b, where the matrix Q is a real symmetric square matrix of size n, and b is a real constant.
  • The term “unconstrained binary quadratic programming” problem and like terms mean finding a minimum of an objective function y=xtQ x+b where Q is a symmetric square real matrix of size n, and b is a real number, also known as the bias of the objective function. The domain of the function is all vectors x ε Bn={0, 1}n with binary entries.
  • The term “Lagrangian relaxation” of the constrained binary quadratic programming problem (P), corresponding to fixed Lagrange multipliers λ ε
    Figure US20160224515A1-20160804-P00002
    m and μ ε
    Figure US20160224515A1-20160804-P00003
    means solving the following optimization problem:
  • min x { 0 , 1 } n ( f ( x ) + i = 1 m λ i i ( x ) + j = 1 l μ j h j ( x ) )
  • The value of the above optimization is denoted as δp(λ, μ) and is known to be a lower bound for the optimal value of the original constrained binary quadratic programming, that is, δp(λ, μ)≦v(P).
  • The term “Lagrangian dual” of a constrained binary quadratic programming problem, is used for the following optimization problem:
  • max λ , μ min x ( f ( x ) + i = 1 m λ i i ( x ) + j = 1 l μ j h j ( x ) ) subject to x { 0 , 1 } n λ m μ 0 l
  • The value of the above optimization is denoted by δ(P) and is known to be a lower bound for the optimal value of the original constrained binary quadratic programming, that is, δ(P)≦v(P). This value is unique and is also called the “Lagrangian dual bound” for the original constrained binary quadratic programming problem.
  • The term “optimal Lagrange multiplier,” and the like, will refer to a, not necessarily unique, set of optimal points λ* and μ* at which the value δ(P) is attained for the above optimization problem.
  • The term “solution to the Lagrangian dual problem” of an original constrained binary quadratic programming problem, refers to the following collection of information received after solving the Lagrangian dual problem: (1) the (unique) optimal value of the Lagrangian dual problem, also known as the Lagrangian dual bound; (2) a set of (not necessarily unique) optimal Lagrange multipliers as described above; and (3) a set of (non necessarily unique) binary vectors at which the optimal value of the Lagrangian dual problem is obtained at the given optimal Lagrange multipliers.
  • One widely studied class of constrained binary quadratic programming problems is that of linearly constrained ones. In this case the functions gi and hj are all linear. Hence the problem can be rewritten as
  • min f ( x ) subject to A eq x = b eq A ineq x b ineq x i { 0 , 1 } i { 1 , , n }
  • where y=ƒ(x) is a quadratic polynomial of several binary variables x=(x1, . . . , xn) subject to a (possibly empty) family of linear equality constraints determined by a linear system Aeqx=beq where Aeq is a matrix of size m×n and beq is a column matrix of size m×1 and a (possibly empty) family of inequality constraints determined by Aineqx≦bineq where Aineq is a matrix of size l×n and bineq is a column matrix of size l×1. A Lagrangian relaxation of the above problem can be written as
  • min x f ( x ) + λ t ( A eq x - b ) + μ t ( A ineq x - b ineq ) subject to x i { 0 , 1 } , i { 1 , , n }
  • for given Lagrange multipliers λ and μ and the Lagrangian dual can be stated as
  • max λ , μ min x ( f ( x ) + λ t ( A eq x - b ) + μ t ( A ineq x - b ineq ) ) subject to x i { 0 , 1 } , i { 1 , , n } λ m μ 0 l .
  • The term “quantum annealer” and like terms mean a system consisting of one or many types of hardware that can find optimal or sub-optimal solutions to an unconstrained binary quadratic programming problem. An example of this is a system consisting of a digital computer embedding a binary quadratic programming problem as an Ising spin model, attached to an analog computer that carries optimization of a configuration of spins in an Ising spin model using quantum annealing as described, for example, in Farhi, E. et al., “Quantum Adiabatic Evolution Algorithms versus Simulated Annealing” arXiv.org:quant-ph/0201031 (2002), pp 1-16. An embodiment of such analog computer is disclosed by McGeoch, Catherine C. and Cong Wang, (2013), “Experimental Evaluation of an Adiabiatic Quantum System for Combinatorial Optimization” Computing Frontiers.” May 14-16, 2013 (http://www.cs.amherst.edu/ccm/cf14-mcgeoch.pdf) and also disclosed in the patent application US2006/0225165. It will be appreciated that the “quantum annealer” may also be comprised of “classical components,” such as a classical computer. Accordingly, a “quantum annealer” may be entirely analog or an analog-classical hybrid.
  • The term “embedding” of a binary optimization problem, and the like, refer to an assignment of a set of the quantum bits {qi1, qi2, . . . , qil i } to each binary variable xi. Specifications of the role of such an embedding in solving an unconstrained binary quadratic programming problem and presentation of an efficient algorithm for it are disclosed for instance in “A practical heuristic for finding graph minors”—Jun Cai, William G. Macready, Aidan Roy, in U.S. patent application US 2008/0218519 and in U.S. Pat. No. 8,655,828 B2.
  • The term “embedding solver,” and the like, refer to a function, procedure, and algorithm that consist of instructions for receiving an unconstrained binary quadratic programming problem, carrying a query to the quantum annealer using a provided embedding, and returning at least one result, each result containing a vector of binary entries, representative of a binary point in the domain of the provided unconstrained binary quadratic programming, the value of the objective function of unconstrained binary quadratic programming at that point, and the number of occurrences of the result in the entire number of reads.
  • The term “callback function,” and the like, refer to a user function that is called iteratively by the software throughout the run time. In the system disclosed herein, there is only one callback function which determines how the queries to the quantum annealer are carried. In other words, the embedding solver explained above is provided by the user as a callback function.
  • Neither the Title nor the Abstract is to be taken as limiting in any way as the scope of the disclosed invention(s). The title of the present application and headings of sections provided in the present application are for convenience only, and are not to be taken as limiting the disclosure in any way.
  • Numerous embodiments are described in the present application, and are presented for illustrative purposes only. The described embodiments are not, and are not intended to be, limiting in any sense. The presently disclosed invention(s) are widely applicable to numerous embodiments, as is readily apparent from the disclosure. One of ordinary skill in the art will recognize that the disclosed invention(s) may be practiced with various modifications and alterations, such as structural and logical modifications. Although particular features of the disclosed invention(s) may be described with reference to one or more particular embodiments and/or drawings, it should be understood that such features are not limited to usage in the one or more particular embodiments or drawings with reference to which they are described, unless expressly specified otherwise.
  • It will be appreciated that the invention may be implemented in numerous ways, including as a method, a system, a computer readable medium such as a computer readable storage medium. In this specification, these implementations, or any other form that the invention may take, may be referred to as systems or techniques. A component such as a processor or a memory described as being configured to perform a task includes both a general component that is temporarily configured to perform the task at a given time or a specific component that is manufactured to perform the task.
  • With all this in mind, the present invention is directed to a method and system for solving the Lagrangian dual of a constrained binary quadratic programming problem.
  • Now referring to FIG. 2, there is shown an embodiment of a system 200 in which an embodiment of the method for solving the Lagrangian dual of a constrained binary quadratic programming problem may be implemented.
  • The system 200 comprises a digital computer 202 and a quantum annealer 204.
  • The digital computer 202 receives a constrained binary quadratic programming problem and provides a solution to the Lagrangian dual of the constrained binary quadratic programming problem.
  • It will be appreciated that the constrained binary quadratic programming problem may be provided according to various embodiments.
  • In one embodiment, the constrained binary quadratic programming problem is provided by a user interacting with the digital computer 202.
  • Alternatively, the constrained binary quadratic programming problem is provided by another computer, not shown, operatively connected to the digital computer 202. Alternatively, the constrained binary quadratic programming problem is provided by an independent software package. Alternatively, the constrained binary quadratic programming problem is provided by an intelligent agent.
  • Similarly, it will be appreciated that the solution to the Lagrangian dual of the constrained binary quadratic programming problem may be provided according to various embodiments.
  • In accordance with an embodiment, the solution to the Lagrangian dual of the constrained binary quadratic programming problem is provided to the user interacting with the digital computer 202.
  • Alternatively, the solution to the Lagrangian dual of the constrained binary quadratic programming problem is provided to another computer operatively connected to the digital computer 202.
  • In fact, it will be appreciated by the skilled addressee that the digital computer 202 may be any type of computer.
  • In one embodiment, the digital computer 202 is selected from a group consisting of desktop computers, laptop computers, tablet PCs, servers, smartphones, etc.
  • Now referring to FIG. 3, there is shown an embodiment of a digital computer 202. It will be appreciated that the digital computer 202 may also be broadly referred to as a processor.
  • In this embodiment, the digital computer 202 comprises a central processing unit (CPU) 302, also referred to as a microprocessor or a processor, a display device 304, input devices 306, communication ports 308, a data bus 310 and a memory unit 312.
  • The CPU 302 is used for processing computer instructions. The skilled addressee will appreciate that various embodiments of the CPU 302 may be provided.
  • In one embodiment, the central processing unit 302 is a CPU Core i5-3210M running at 2.5 GHz and manufactured by Intel™.
  • The display device 304 is used for displaying data to a user. The skilled addressee will appreciate that various types of display device 304 may be used.
  • In one embodiment, the display device 304 is a standard liquid-crystal display (LCD) monitor.
  • The communication ports 308 are used for sharing data with the digital computer 202.
  • The communication ports 308 may comprise, for instance, a universal serial bus (USB) port for connecting a keyboard and a mouse to the digital computer 202.
  • The communication ports 308 may further comprise a data network communication port such as an IEEE 802.3 port for enabling a connection of the digital computer 202 with another computer via a data network.
  • The skilled addressee will appreciate that various alternative embodiments of the communication ports 308 may be provided.
  • In one embodiment, the communication ports 308 comprise an Ethernet port.
  • The memory unit 312 is used for storing computer-executable instructions.
  • It will be appreciated that the memory unit 312 comprises, in one embodiment, an operating system module 314.
  • It will be appreciated by the skilled addressee that the operating system module 314 may be of various types.
  • In an embodiment, the operating system module 314 is OS X Yosemite (Version 10.10.5) manufactured by Apple™.
  • The memory unit 312 further comprises an application for solving the Lagrangian dual of a constrained binary quadratic programming problem 316.
  • The application 316 comprises instructions for obtaining a constrained quadratic binary programming problem.
  • The application 316 further comprises instructions for iteratively performing a Lagrangian relaxation of the constrained quadratic binary programming problem to provide an unconstrained quadratic binary programming problem; providing the unconstrained quadratic binary programming problem to a quantum annealer; obtaining from the quantum annealer at least one corresponding solution and for using the at least one corresponding solution to generate a new approximation for the Lagrangian dual bound.
  • The application 316 further comprises instructions for providing a corresponding solution to the Lagrangian dual of the constrained binary quadratic programming problem once a convergence is detected.
  • Each of the central processing unit 302, the display device 304, the input devices 306, the communication ports 308 and the memory unit 312 is interconnected via the data bus 310.
  • Now referring back to FIG. 2, it will be appreciated that the quantum annealer 204 is operatively connected to the digital computer 202.
  • It will be appreciated that the coupling of the quantum annealer 204 to the digital computer 202 may be achieved according to various embodiments.
  • In one embodiment, the coupling of the quantum annealer 204 to the digital computer 202 is achieved via a data network.
  • It will be appreciated that the quantum annealer 204 may be of various types.
  • In one embodiment, the quantum annealer 204 is manufactured by D-Wave Systems Inc. More information on this embodiment of a quantum annealer applicable to 204 may be found at http://www.dwavesys.com. The skilled addressee will appreciate that various alternative embodiments may be provided for the quantum annealer 204.
  • More precisely, the quantum annealer 204 receives an unconstrained binary quadratic programming problem from the digital computer 202.
  • The quantum annealer 204 is capable of solving the unconstrained binary quadratic programming problem and of providing at least one corresponding solution. In the case where a plurality of corresponding solutions is provided, the plurality of corresponding solutions may comprise optimal and suboptimal solutions.
  • The at least one corresponding solution is provided by the quantum annealer 204 to the digital computer 202.
  • Now referring to FIG. 1 and according to processing step 102, a constrained binary quadratic programming problem is provided. It will be appreciated that in one embodiment the processor is used for providing the constrained binary quadratic programming problem.
  • Now referring to FIG. 4, there is shown an embodiment for providing a constrained binary quadratic programming problem.
  • As mentioned above, the constrained binary quadratic programming problem can be referred to as:
  • min f ( x ) subject to i ( x ) = 0 i { 1 , , m } h j ( x ) 0 j { 1 , , l } x k { 0 , 1 } k { 1 , , n }
  • According to processing step 402, data representative of an objective function ƒ(x) are provided. It will be appreciated that in one embodiment the processor is used for providing the data representative of an objective function ƒ(x).
  • According to processing step 404, data representative of the equality constraints are provided. It will be appreciated that in one embodiment the processor is used for providing the data representative of the equality constraints.
  • According to processing step 406, data representative of the inequality constraints are provided. It will be appreciated that in one embodiment the processor is used for providing the data representative of the inequality constraints.
  • It will be appreciated that the providing of a constrained binary quadratic programming problem may be performed according to various embodiments.
  • As mentioned above and in one embodiment, the constrained binary quadratic programming problem is provided by a user interacting with the digital computer 202. Alternatively, the constrained binary quadratic programming problem is provided by another computer operatively connected to the digital computer 202. Alternatively, the constrained binary quadratic programming problem is provided by an independent software package. Alternatively, the constrained binary quadratic programming problem is provided by an intelligent agent.
  • Now referring to FIG. 1 and according to processing step 104, parameters of the software are initialized. It will be appreciated that in one embodiment the processor is used for initializing the parameters of the software.
  • Now referring to FIG. 5, there is shown an embodiment for initializing parameters or using default values for them.
  • In one embodiment, the software parameters are obtained by the processor from at least one of a user, a computer, a software package and an intelligent agent.
  • According to processing step 502, data representative of an embedding of the constrained binary quadratic programming problem on the quantum annealer are provided. In one embodiment the processor is used for providing the data representative of an embedding of the constrained binary quadratic programming problem on the quantum annealer. The embedding should be such that it respects all logical couplings between variables as they occur in the functions ƒ(x), g1(x), . . . , gm(x) and h1(x), . . . , hl(x). In other words the chains of qubits corresponding to two variable xr and xs should have a coupling between them whenever there is a nonzero coefficient for the term xrxs in at least one of the functions ƒ(x), g1(x), . . . , gm(x) and h1(x), . . . , hl(x).
  • In one embodiment, the data comprise an array of n sets, with each entry being a set {qi1, . . . , qil i } of quantum bits of the annealer. Still in one embodiment, the data of the embedding of the constrained binary quadratic programming problem are stored in the reserved name embeddings, in the namespace ORACLE. Hence in ORACLE::embeddings.
  • Still referring to FIG. 5 and according to processing step 504, an embedding solver function is provided as a callback function. It will be appreciated that in one embodiment the processor is used for providing an embedding solver function. In one embodiment, the function is implemented by the user in the namespace ORACLE, as ORACLE::solve_qubo.
  • The input parameter of the callback function is a pointer to an instance of the data type ORACLE::qubo, representative of an unconstrained binary quadratic programming neglecting the corresponding bias of it.
  • The output of the call back function is a pointer to an instance of the type ORACLE::result, representative of a list of optimal and suboptimal solutions to the unconstrained binary quadratic programming problem.
  • The following is an example of a code snippet in C++ for providing the callback function using the API developed by DWave:
  • #include “dwave_sapi.h”
    #include <ostream>
    #include <string.h>
    ORACLE::result* ORACLE::solve_qubo(ORACLE::qubo& qubo) {
    sapi_Solver* embedding_solver = NULL;
    char err_msg[SAPI_ERROR_MAX_SIZE];
    sapi_Connection* connection = NULL;
      const char* url = “https://.../”;
      const char* token = “...”;
      const char* system = “...”;
      sapi_remoteConnection(url, token, NULL, &connection, err_msg);
      sapi_getSolver(connection, system, &solver, err_msg);
      sapi_SolveParameters params;
      params.len =1;
      params.elements= new (sapi_SolveParameterEntry*) [1];
      params.elements[0].name= “num_reads”;
      stringstream num_reads_string << 100 * qubo.dim;
      params.elements[0].value= num_reads_string.str( )).c_str( ) ;
      sapi_embeddingSolver(solver,*ORACLE::embeddings,
      embedding_solver, err_msg);
      QUBO::result* result = NULL;
      sapi_solveQubo(embedding_solver, qubo, params,
      &result,err_msg);
      return qubo_result;
    }
  • It will be appreciated that, in one embodiment, the providing of the unconstrained binary optimization problem to the quantum annealer is achieved using a processor.
  • More precisely, it will be appreciated that in one embodiment a token system is used over the Internet to provide access to the quantum annealer remotely and to authenticate use.
  • It will be appreciated that in one embodiment the at least one solution is provided in a table by the quantum annealer, according to the instructions of use of the quantum annealer. In one embodiment, the DWave system, provides these solutions in the data type sapi_IsingResult* which is then type-casted automatically to an instance of QUBO::result*.
  • Still referring to FIG. 5 and according to processing step 506, lower and upper bounds for Lagrange multipliers are provided. It will be appreciated that in one embodiment the lower and upper bounds for Lagrange multipliers are provided using the processor.
  • It will be appreciated that in one embodiment the providing of these real numbers of type double is achieved by overwriting the names ORACLE::dual_lb and ORACLE::dual_ub. Each of these types will be required to contain an array of doubles of size m+l. The first m entries of these arrays represent, respectively, the lower and upper bounds for the Lagrange multipliers corresponding to the m equality constraints and the last l of them represent, respectively, the lower and upper bounds for the Lagrange multipliers corresponding to the l inequality constraints.
  • It will be appreciated that if these names are not overwritten, the values of them are initialized with the default values.
  • In the mathematical formulae below, the vector of lower bounds is denoted by lb=(lb1, . . . , lbm+l) and the vector of upper bounds is denoted by ub=(ub1, . . . , ubm+l).
  • In one embodiment, the default lower bound for a Lagrange multiplier corresponding to an equality constraint is −1e6 and the default upper bound for it is +1e6.
  • The default lower bound for a Lagrange multiplier corresponding to an inequality constraint is 0 and the default upper bound for it is +1e6.
  • Still referring to FIG. 5 and according to processing step 508, initial values for the Lagrange multipliers are provided. It will be appreciated that in one embodiment the initial values for the Lagrange multipliers are provided using the processor.
  • In fact, it will be appreciated that the providing of these real valued numbers are achieved by overwriting the name ORACLE::dual_init_val with an array of doubles of size m+l. If this name is not overwritten, the values are initialized with default values.
  • The default initial value for any of the Lagrange multipliers, corresponding to any of equality or inequality constraints, is 0.
  • In the mathematical formulae below, the vector of all initial values of Lagrange multipliers is denoted by init=(init1, . . . , initm+l).
  • According to processing step 510, an error tolerance value for equality and inequality conditions is provided in the software. It will be appreciated that in one embodiment the error tolerance value for equality and inequality conditions is provided using the processor.
  • Unless overwritten by the user and according to one embodiment, the error tolerance value is initialized to 1e-5 and stored as ORACLE::tol. The error tolerance value is used in several points in the software.
  • The Lagrangian dual bound and the value of the best feasible solution are considered equal if their difference is less that ORACLE::tol, in which case strong duality is assumed to hold.
  • More generally, any system of linear inequalities LHS≦RHS is considered satisfied if the value of all entries in LHS−RHS is at most ORACLE::tol.
  • Similarly, any system of linear equalities LHS=RHS is considered satisfied if the absolute value of all entries in LHS−RHS is at most ORACLE::tol.
  • Now referring back to FIG. 1 and according to processing step 106 a linear programming procedure is initialized.
  • It will be appreciated that the linear programming procedure will be carried iteratively during the entire runtime of the method and will terminate once the result of it converges; i.e., it does not improve in the two consecutive iterations.
  • In first iteration, the linear programming problem, referred to as (L), is the following:
  • max y subject to y ( - , + ) λ i ( - l b i , ub i ) i { 1 , , m } μ j ( - l b j + m , ub j + m ) j { 1 , , }
  • At this point, the value of y is set to y*=+∞ and the variables λi and μi play no role in the objective function or in the constraints. The vectors λ=(λ1, . . . , λm) and μ=(μ1, . . . , μl) will represent the Lagrange multipliers in the linear programming problem (L) formulated above.
  • It will be appreciated that the values of the variables λi and μj may be set to any arbitrary feasible ones. λ*i=initi(∀i=1, . . . , m) and μ*j=initj+m(∀j=1, . . . , m).
  • It will be appreciated that in further processing steps a number of inequality constraints will be added to the linear programming problem (L) and a simplex-based linear programming method proceeds to find new optimal values for y*, λ* and μ* such that they maximize y and satisfy all added constraints.
  • According to processing step 108, the Lagrangian relaxation of the constrained binary quadratic programming problem corresponding to the Lagrange multipliers λ* and μ* are provided.
  • As mentioned above, the Lagrangian relaxation of the constrained binary quadratic programming problem corresponding to the Lagrange multipliers λ* and μ* is the following optimization problem:
  • min x { 0 , 1 } n ( f ( x ) + i = 1 m λ i * i ( x ) + j = 1 l μ j * h j ( x ) )
  • It will be appreciated that this optimization problem is an unconstrained binary quadratic programming problem and therefore can be completely determined by a symmetric real matrix Q of size n and a bias constant b, representative of an objective function of the form xtQ x+b in n binary variables. It will be appreciated that the unconstrained binary quadratic programming problem is provided to the quantum annealer. As mentioned above, the unconstrained binary quadratic problem may be provided to the quantum annealer according to various embodiments.
  • In one embodiment, the information of this unconstrained binary quadratic programming problem is stored in a variable Q of type ORACLE::qubo forgetting the bias term.
  • Still referring to FIG. 1 and according to processing step 110, the call back function ORACLE::solve_qubo is now called with input Q to provide at least one corresponding solution for the unconstrained binary quadratic programming problem from the quantum annealer.
  • It will be appreciated that the at least one corresponding solution of the unconstrained binary quadratic programming is achieved with a pointer to an instance of type ORACLE::result.
  • Now referring to processing step 112, each of the at least one corresponding solution provided according to processing step 110, is used to generate a new linear constraint (a.k.a. cut) for the linear programming problem (L).
  • Now referring to FIG. 6, there is shown an embodiment for interpreting the at least one corresponding solution as new cuts for the linear programming procedure in progress and for determining a new approximation for the Lagrangian dual bound.
  • According to processing step 602, at least one corresponding solution is provided. In the case where the at least one corresponding solution comprises a plurality of solutions, the plurality of solutions S comprises optimal as well as suboptimal solutions as mentioned above.
  • According to processing step 604, a new cut corresponding to each solution is determined using the solution itself and the current Lagrange multipliers.
  • In fact and given a binary vector s of size n, it will be appreciated that the following inequality cuts out a half-space of the space Rm×R l×R, of the Lagrange multipliers and the variable y.

  • y≦f(s)+Σi=1 mλ*i g i(s)+Σj=1 lμ*j h j(s)
  • According to processing step 606, all the new cuts corresponding to all vectors s ε S are added to the linear programming procedure (L) in progress.
  • Using a simplex-based linear programming method, the previous solution to the linear programming problem (L) is now modified to a solution to the modified version of the linear programming problem (L) formulated below:
  • max y subject to all previous constraints and y f ( s ) + i = 1 m λ i * g i ( s ) + j = 1 μ j * h j ( s ) , s S
  • According to processing step 608, the optimal value of y* and the optimal multipliers λ* and μ* are updated by solving the modified linear programming problem (L), and y* is now recognized as an upper approximation for the Lagrangian dual bound.
  • Referring to FIG. 1 and according to processing step 114, a test is performed in order to find out if the optimal value of y* is or not improved from a previous value.
  • In the case where the optimal value of y* does not improve and according to processing step 116, the results of the optimization are reported. It will be appreciated that in one embodiment, the results of the optimization are provided using the processor.
  • It will be appreciated that in one embodiment, the output of this method comprises the value of y* representative of the optimal value, and δ(P) of the Lagrangian dual problem corresponding to the constrained binary quadratic programming problem formulated above.
  • The output of this method further comprises the optimal multipliers λ* and μ*, representative of a set of Lagrange multipliers at which the value δ(P) is attained by the Lagrangian dual of the constrained binary quadratic programming problem.
  • Still in this embodiment, the output of the method further comprises the minimum value encountered for ƒ(s) among all solutions s generated by the quantum annealer and provided by the callback function ORACLE::solve_qubo.
  • Finally, the output comprises an indicator of whether δ(P) and the minimum value encountered for ƒ(s) are at most of distance ORACLE::tol from each other.
  • In one embodiment, the above information is stored using the digital computer in a file.
  • It will be appreciated that a non-transitory computer-readable storage medium is further disclosed. The non-transitory computer-readable storage medium is used for storing computer-executable instructions which, when executed, cause a digital computer to perform a method for solving the Lagrangian dual of a constrained binary quadratic programming problem, the method comprising obtaining a constrained quadratic binary programming problem; until a convergence is detected, iteratively, performing a Lagrangian relaxation of the constrained quadratic binary programming problem to provide an unconstrained quadratic binary programming problem, providing the unconstrained quadratic binary programming problem to a quantum annealer, obtaining from the quantum annealer at least one corresponding solution, using the at least one corresponding solution to generate a new approximation for the Lagrangian dual bound; and providing a corresponding solution to the Lagrangian dual of the constrained binary quadratic programming problem after the convergence.
  • It will be appreciated that an advantage of the method disclosed herein is that it enables an efficient method for finding the Lagrangian dual bound for a constrained binary quadratic programming problem using a quantum annealer.
  • It will be further appreciated that the method disclosed herein improves the processing of a system for solving the Lagrangian dual of a constrained binary quadratic programming problem.
  • It will be appreciated that the method disclosed herein may be used for solving various problems.
  • For instance, the method disclosed herein may be used for solving the maximum weighted k-clique problem. The maximum weighted k-clique problem may be formulated as:
  • max x t A x subject to i = 1 n x i = k x i { 0 , 1 } i { 1 , , n }
  • In this embodiment, A is a symmetric square matrix of size n representing the weights of edges of a graph with n vertices. The binary variable xi represents selection of the vertex labelled by positive integer i ε {1, . . . , n}.
  • It is appreciated that the mentioned maximization problem may be written as the minimization of the negative of the objective function:
  • min - x t Ax subject to i = 1 n x i = k x i { 0 , 1 } i { 1 , , n }
  • In one embodiment, let a graph with 5 vertices, represents a group of 5 coworkers. To each pair of coworkers, a utility factor is assigned for the collaboration between the two coworkers. The utilities can be represented with an upper triangular matrix:
  • W = ( 0 0 3 5 2 0 0 1 - 1 4 0 0 0 7 3 0 0 0 0 0 0 0 0 0 0 )
  • For example, the utility of collaboration of person 3 with person 5 is 3.
  • The utility matrix W may as well be represented by the 5×5 symmetric matrix A=1/2(W+Wt).
  • A = ( 0 0 1.5 2.5 1 0 0 0.5 - 0.5 2 1.5 0.5 0 3.5 1.5 2.5 - 0.5 3.5 0 0 1 2 1.5 0 0 )
  • The problem of selecting the most productive team of 3 people amongst the 5 coworkers is then an instance of the maximum weighted 3-clique problem which is denoted by (C):
  • min - x t Ax subject to i = 1 5 x i - 3 = 0 x i , , x 5 { 0 , 1 }
  • The single constraint of (C), indicates that there is only a single Lagrange multiplier, denoted by λ, present in any Lagrangian relaxation of it. The lower and upper bounds −10 and 10 are provided for the Lagrange multiplier with initial value 0.
  • A linear programming problem is then initiated as:
  • max y subject to y ( - , + ) λ ( - 10 , 10 )
  • which initially has +∞ as optimal solution.
  • At the initial Lagrange multiplier λ=0 the unconstrained quadratic binary programming problem:
  • min x { 0 , 1 } n - x t Ax
  • is solved by a quantum annealer resulting the optimal value −24 obtained at the binary vector (1, 1, 1, 1, 1).
  • The linear programming problem is then modified to:
  • max y y - 24 + 2 λ λ ( - 10 , 10 )
  • A simplex-based linear programming method gives an optimal value of −4 obtained at λ=10 for this linear programming problem.
  • At the new Lagrangian multiplier λ=10, the unconstrained quadratic binary programming problem:
  • min x { 0 , 1 } n - x t Ax + 10 ( i = 1 5 x - 3 )
  • is solved by a quantum annealer resulting the optimal value −30 obtained at the binary vector (0, 0, 0, 0, 0).
  • The linear programming problem is then modified to
  • max y subject to y - 24 + 2 λ y - 3 λ λ ( - 10 , 10 )
  • A simplex-based linear programming method gives an optimal value of −30 obtained at λ=4.8 for this linear programming problem.
  • At the new Lagrangian multiplier λ=4.8, the unconstrained quadratic binary programming problem:
  • min x { 0 , 1 } n - x t Ax + 4.8 ( i = 1 5 x - 3 )
  • is solved by a quantum annealer resulting the optimal value −15.2 obtained at the binary vector (1, 0, 1, 1, 1).
  • The linear programming problem is then modified to:
  • max y subject to y - 24 + 2 λ y - 3 λ y - 20 + λ λ ( - 10 , 10 )
  • A simplex-based linear programming method gives an optimal value of −15 obtained at λ=5 for this linear programming problem.
  • Finally, at the new Lagrangian multiplier λ=5, the unconstrained quadratic binary programming problem
  • min x { 0 , 1 } n - x t Ax + 5 ( i = 1 5 x - 3 )
  • is solved by a quantum annealer resulting the optimal value −15 obtained at the binary vector (1, 0, 1, 1, 0).
  • max y subject to y - 24 + 2 λ y - 3 λ y - 20 + λ y - 15 λ ( - 10 , 10 )
  • A simplex-based linear programming method gives an optimal value of −15 obtained at λ=5 for this linear programming problem.
  • Since the optimal value of the linear program, has not improved from the previous iteration, convergence has occurred.
  • The best known feasible solution is (1, 0, 1, 1, 0) and the value of the objective function of (C) at this point is −15.
  • Since the optimal value of the linear program is also −15 strong duality has occurred. The output of the method is (1) the Lagrangian dual bound −15, (2) the feasible binary vector (1, 0, 1, 1, 0) and (3) a flag indicating strong duality has occurred.
  • For the application at hand, the solution to the method disclosed is interpreted as the selection of a team of 3 people, consisting of person 1, 3 and 4 as the most productive team of size 3, amongst the 5 coworkers.
  • The skilled addressee will appreciate that the method disclosed herein is therefore of great advantage for solving this problem. In fact, the method disclosed greatly improves the processing of a system used for solving such problem.
  • Although the above description relates to specific embodiments as presently contemplated by the inventors, it will be understood that the invention in its broad aspect includes functional equivalents of the elements described herein.

Claims (12)

1. A method for solving the Lagrangian dual of a constrained binary quadratic programming problem, the method comprising:
use of a processor for obtaining a constrained quadratic binary programming problem;
until a convergence is detected, use of a processor for iteratively:
performing a Lagrangian relaxation of the constrained quadratic binary programming problem to provide an unconstrained quadratic binary programming problem;
providing the unconstrained quadratic binary programming problem to a quantum annealer;
obtaining from the quantum annealer at least one corresponding solution;
using the at least one corresponding solution to generate a new approximation for a Lagrangian dual bound;
use of a processor for providing a corresponding solution to the Lagrangian dual of the constrained binary quadratic programming problem after the convergence.
2. The method as claimed in claim 1, wherein the use of a processor for obtaining of a constrained quadratic binary programming problem comprises:
use of a processor for obtaining data representative of an objective function ƒ(x) having a degree less than or equal to two;
use of a processor for obtaining data representative of equality constraints having a degree less than or equal to two; and
use of a processor for obtaining data representative of inequality constraints having a degree less than or equal to two.
3. The method as claimed in claim 1, wherein the use of a processor for obtaining the constrained quadratic binary programming problem comprises use of a processor for obtaining the constrained quadratic binary programming problem from at least one of a user, a computer, a software package and an intelligent agent.
4. The method as claimed in claim 1, wherein the use of a processor for obtaining of the constrained quadratic binary programming problem further comprises use of a processor for initializing software parameters and use of a processor for initializing a linear programming procedure.
5. The method as claimed in claim 4, wherein the software parameters are obtained by the processor from at least one of a user, a computer, a software package and an intelligent agent.
6. The method as claimed in claim 4, wherein the use of a processor for initializing of the software parameters comprises:
use of a processor for providing an embedding of the constrained quadratic binary programming problem on the quantum annealer;
use of a processor for providing an embedding solver function for providing a list of solutions;
use of a processor for providing one of lower and upper bounds and default values for Lagrange multipliers;
use of a processor for providing one of initial values and default values for Lagrange multipliers; and
use of a processor for providing an error tolerance value for duality gap.
7. The method as claimed in claim 4, wherein the linear programming procedure is carried out until the convergence is detected.
8. The method as claimed in claim 7, wherein the using of the at least one corresponding solution to generate a new approximation for the Lagrangian dual bound comprises using the at least one corresponding solution in the linear programming procedure.
9. The method as claimed in claim 1, wherein the use of a processor for providing of a corresponding solution to the Lagrangian dual of the constrained binary quadratic programming problem comprises storing the corresponding solution to a file.
10. A digital computer comprising:
a central processing unit;
a display device;
a communication port for operatively connecting the digital computer to a quantum annealer;
a memory unit comprising an application for solving the Lagrangian dual of a constrained binary quadratic problem, the application comprising:
instructions for obtaining a constrained binary quadratic problem;
instructions for iteratively performing a Lagrangian relaxation of the constrained quadratic problem to provide an unconstrained quadratic programming problem;
instructions for providing the unconstrained quadratic programming problem to the quantum annealer using the communication port;
instructions for obtaining from the quantum annealer via the communication port at least one corresponding solution and for using the at least one corresponding solution to generate a new approximation for a Lagrangian dual bound;
instructions for providing a corresponding solution to the Lagrangian dual of the constrained binary quadratic programming problem once a convergence is detected; and
a data bus for interconnecting the central processing unit, the display device, the communication port and the memory unit.
11. A non-transitory computer-readable storage medium for storing computer-executable instructions which, when executed, cause a digital computer to perform a method for solving the Lagrangian dual of a constrained binary quadratic programming problem, the method comprising obtaining a constrained quadratic binary programming problem; until a convergence is detected, iteratively: performing a Lagrangian relaxation of the constrained quadratic binary programming problem to provide an unconstrained quadratic binary programming problem; providing the unconstrained quadratic binary programming problem to a quantum annealer; obtaining from the quantum annealer at least one corresponding solution; using the at least one corresponding solution to generate a new approximation for a Lagrangian dual bound and providing a corresponding solution to the Lagrangian dual of the constrained binary quadratic programming problem causing the convergence.
12. Use of the method claimed in claim 1 for solving a maximum weighted k-clique problem.
US15/014,576 2015-02-03 2016-02-03 Method and system for solving the lagrangian dual of a constrained binary quadratic programming problem using a quantum annealer Abandoned US20160224515A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US16/809,473 US11514134B2 (en) 2015-02-03 2020-03-04 Method and system for solving the Lagrangian dual of a constrained binary quadratic programming problem using a quantum annealer
US18/047,882 US20230222173A1 (en) 2015-02-03 2022-10-19 Method and system for solving the lagrangian dual of a constrained binary quadratic programming problem using a quantum annealer
US18/047,981 US11797641B2 (en) 2015-02-03 2022-10-19 Method and system for solving the lagrangian dual of a constrained binary quadratic programming problem using a quantum annealer

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CA2881033 2015-02-03
CA2881033A CA2881033C (en) 2015-02-03 2015-02-03 Method and system for solving lagrangian dual of a constrained binary quadratic programming problem

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US16/809,473 Continuation US11514134B2 (en) 2015-02-03 2020-03-04 Method and system for solving the Lagrangian dual of a constrained binary quadratic programming problem using a quantum annealer

Publications (1)

Publication Number Publication Date
US20160224515A1 true US20160224515A1 (en) 2016-08-04

Family

ID=52824840

Family Applications (3)

Application Number Title Priority Date Filing Date
US15/014,576 Abandoned US20160224515A1 (en) 2015-02-03 2016-02-03 Method and system for solving the lagrangian dual of a constrained binary quadratic programming problem using a quantum annealer
US16/809,473 Active 2037-01-15 US11514134B2 (en) 2015-02-03 2020-03-04 Method and system for solving the Lagrangian dual of a constrained binary quadratic programming problem using a quantum annealer
US18/047,882 Pending US20230222173A1 (en) 2015-02-03 2022-10-19 Method and system for solving the lagrangian dual of a constrained binary quadratic programming problem using a quantum annealer

Family Applications After (2)

Application Number Title Priority Date Filing Date
US16/809,473 Active 2037-01-15 US11514134B2 (en) 2015-02-03 2020-03-04 Method and system for solving the Lagrangian dual of a constrained binary quadratic programming problem using a quantum annealer
US18/047,882 Pending US20230222173A1 (en) 2015-02-03 2022-10-19 Method and system for solving the lagrangian dual of a constrained binary quadratic programming problem using a quantum annealer

Country Status (2)

Country Link
US (3) US20160224515A1 (en)
CA (1) CA2881033C (en)

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9537953B1 (en) 2016-06-13 2017-01-03 1Qb Information Technologies Inc. Methods and systems for quantum ready computations on the cloud
US9870273B2 (en) 2016-06-13 2018-01-16 1Qb Information Technologies Inc. Methods and systems for quantum ready and quantum enabled computations
US10044638B2 (en) 2016-05-26 2018-08-07 1Qb Information Technologies Inc. Methods and systems for quantum computing
WO2018160599A1 (en) * 2017-03-01 2018-09-07 QC Ware Corp. Quantum computing as a service
US10216699B2 (en) * 2016-11-11 2019-02-26 1Qb Information Technologies Inc. Method and system for setting parameters of a discrete optimization problem embedded to an optimization solver and solving the embedded discrete optimization problem
US20190220496A1 (en) * 2016-05-18 2019-07-18 Nec Corporation Optimization system, optimization method, and optimization program
US10484479B2 (en) 2016-01-31 2019-11-19 QC Ware Corp. Integration of quantum processing devices with distributed computers
US20190391807A1 (en) * 2018-06-20 2019-12-26 Fujitsu Limited Computer-readable recording medium storing optimization problem computing program and optimization problem computing system
US10614370B2 (en) 2016-01-31 2020-04-07 QC Ware Corp. Quantum computing as a service
US10713582B2 (en) 2016-03-11 2020-07-14 1Qb Information Technologies Inc. Methods and systems for quantum computing
US20200226197A1 (en) * 2019-01-15 2020-07-16 International Business Machines Corporation Solving mixed integer optimization problems on a hybrid classical-quantum computing system
US10796240B2 (en) 2017-07-22 2020-10-06 QC Ware Corp. Performing fault tree analysis on quantum computers
US10929294B2 (en) 2017-03-01 2021-02-23 QC Ware Corp. Using caching techniques to improve graph embedding performance
CN113673802A (en) * 2020-05-13 2021-11-19 富士通株式会社 Information processing apparatus, solving method, and non-transitory computer-readable storage medium
US11514134B2 (en) 2015-02-03 2022-11-29 1Qb Information Technologies Inc. Method and system for solving the Lagrangian dual of a constrained binary quadratic programming problem using a quantum annealer
US20220414518A1 (en) * 2019-10-09 2022-12-29 Cornell University Quantum computing based hybrid solution strategies for large-scale discrete-continuous optimization problems
US11651837B2 (en) * 2018-11-02 2023-05-16 1Qb Information Technologies Inc. Method and system for determining a conformation of a molecule using a high-performance binary optimizer
US11797641B2 (en) 2015-02-03 2023-10-24 1Qb Information Technologies Inc. Method and system for solving the lagrangian dual of a constrained binary quadratic programming problem using a quantum annealer
US11947506B2 (en) 2019-06-19 2024-04-02 1Qb Information Technologies, Inc. Method and system for mapping a dataset from a Hilbert space of a given dimension to a Hilbert space of a different dimension

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017145086A1 (en) * 2016-02-23 2017-08-31 1Qb Information Technologies Inc. Method and system for solving the lagrangian dual of a binary polynomially constrained polynomial programming problem using a binary optimizer
JP6612469B2 (en) * 2016-03-02 2019-11-27 1キュービー インフォメーション テクノロジーズ インコーポレイテッド Method and system for decomposing problems with discrete optimization into multiple smaller subproblems and their use to solve problems
US10268964B2 (en) 2016-03-30 2019-04-23 1Qb Information Technologies Inc. Method and system for solving a minimum connected dominating set problem using quantum annealing for distance optimization
CN111222692B (en) * 2019-12-30 2022-05-31 北京交通大学 Reliability discrete addressing method considering return under limited information situation
CA3212467A1 (en) * 2021-03-23 2022-09-29 Guoming WANG Classically-boosted quantum optimization
WO2023242744A1 (en) * 2022-06-14 2023-12-21 1Qb Information Technologies Inc. Methods and systems for solving a quadratic programming problem
CN116247687B (en) * 2023-03-20 2023-08-25 宁波中睿电气有限公司 SVG multi-machine parallel combination control method and system based on Lagrangian relaxation method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100261481A1 (en) * 2009-04-13 2010-10-14 Resende Mauricio Guilherme De Carvalho Networks with redundant points of presence using approximation methods and systems
US8655828B2 (en) * 2007-04-19 2014-02-18 D-Wave Systems Inc. Systems, methods, and apparatus for solving problems

Family Cites Families (185)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6221592B1 (en) 1998-10-20 2001-04-24 Wisconsin Alumi Research Foundation Computer-based methods and systems for sequencing of individual nucleic acid molecules
DE60113539T2 (en) 2000-07-05 2006-06-22 Ernst & Young Llp METHOD AND DEVICE FOR PROVIDING COMPUTER SERVICES
US9525696B2 (en) 2000-09-25 2016-12-20 Blue Coat Systems, Inc. Systems and methods for processing data flows
US8010469B2 (en) 2000-09-25 2011-08-30 Crossbeam Systems, Inc. Systems and methods for processing data flows
US20110238855A1 (en) 2000-09-25 2011-09-29 Yevgeny Korsunsky Processing data flows with a data flow processor
US20030005068A1 (en) 2000-12-28 2003-01-02 Nickel Ronald H. System and method for creating a virtual supercomputer using computers working collaboratively in parallel and uses for the same
US7113967B2 (en) 2001-05-29 2006-09-26 Magiq Technologies, Inc Efficient quantum computing operations
US20030121028A1 (en) 2001-12-22 2003-06-26 Michael Coury Quantum computing integrated development environment
US20090182542A9 (en) 2001-12-22 2009-07-16 Hilton Jeremy P Hybrid classical-quantum computer architecture for molecular modeling
US7234144B2 (en) 2002-01-04 2007-06-19 Microsoft Corporation Methods and system for managing computational resources of a coprocessor in a computing system
US7904283B2 (en) 2003-05-13 2011-03-08 The Penn State Research Foundation Quantum mechanics based method for scoring protein-ligand interactions
US7672791B2 (en) 2003-06-13 2010-03-02 International Business Machines Corporation Method of performing three-dimensional molecular superposition and similarity searches in databases of flexible molecules
US7349958B2 (en) 2003-06-25 2008-03-25 International Business Machines Corporation Method for improving performance in a computer storage system by regulating resource requests from clients
US7376547B2 (en) 2004-02-12 2008-05-20 Microsoft Corporation Systems and methods that facilitate quantum computer simulation
US7542932B2 (en) 2004-02-20 2009-06-02 General Electric Company Systems and methods for multi-objective portfolio optimization
US7418283B2 (en) 2004-03-29 2008-08-26 D-Wave Systems Inc. Adiabatic quantum computation with superconducting qubits
EP1836628A4 (en) 2004-06-05 2008-02-20 Dwave Sys Inc Hybrid classical-quantum computer architecture for molecular modeling
US20070239366A1 (en) 2004-06-05 2007-10-11 Hilton Jeremy P Hybrid classical-quantum computer architecture for molecular modeling
WO2006026985A2 (en) 2004-07-12 2006-03-16 Atomistix A/S Method and computer system for quantum chemical modelling of molecules under non-equilibrium conditions
US7660533B1 (en) 2004-08-04 2010-02-09 The United States Of America As Represented By The Secretary Of The Army Quantum Fourier transform based information transmission system and method
US8503885B2 (en) 2004-08-04 2013-08-06 The United States Of America As Represented By The Secretary Of The Army Quantum based information transmission system and method
US9270385B2 (en) 2004-08-04 2016-02-23 The United States Of America As Represented By The Secretary Of The Army System and method for quantum based information transfer
US8983303B2 (en) 2004-08-04 2015-03-17 The United States Of America As Represented By The Secretary Of The Army Quantum based information transfer system and method
JP2006061926A (en) 2004-08-25 2006-03-09 Shoei Insatsu Kk Cutting method by laser beam, laser beam cutting device used for the method, and article manufactured by the method
US7533068B2 (en) 2004-12-23 2009-05-12 D-Wave Systems, Inc. Analog processor comprising quantum devices
US7619437B2 (en) 2004-12-30 2009-11-17 D-Wave Systems, Inc. Coupling methods and architectures for information processing
US7805079B1 (en) 2005-03-18 2010-09-28 The United States Of America As Represented By The Secretary Of The Army Free-space quantum communications process operative absent line-of-sight
US20060221978A1 (en) 2005-03-31 2006-10-05 Muthaiah Venkatachalam Backlogged queue manager
US7898282B2 (en) 2005-04-26 2011-03-01 D-Wave Systems Inc. Systems, devices, and methods for controllably coupling qubits
US7639035B2 (en) 2005-04-26 2009-12-29 D-Wave Systems, Inc. Qubit state copying
US8560282B2 (en) 2005-07-11 2013-10-15 D-Wave Systems Inc. Quantum processor-based systems, methods and apparatus for solving problems as logic circuits
DE102005061270A1 (en) 2005-12-20 2007-06-28 Universität Hamburg Procedure for structure-based virtual screening of biologically active compounds, comprises categorizing and/or sorting the compounds in catalogue on the basis of their physicochemical and/or geometrical and/or structural characteristics
WO2007089674A2 (en) 2006-01-27 2007-08-09 The Arizona Board Of Regents, A Body Corporate Acting On Behalf Of Arizona State University Methods for generating a distribution of optimal solutions to nondeterministic polynomial optimization problems
CA2637071A1 (en) 2006-01-27 2007-08-02 D-Wave Systems, Inc. Methods of adiabatic quantum computation
WO2007147243A1 (en) 2006-06-20 2007-12-27 D-Wave Systems Inc. Systems, devices, and methods for solving computational problems
US7877333B2 (en) * 2006-09-06 2011-01-25 D-Wave Systems Inc. Method and system for solving integer programming and discrete optimization problems using analog processors
US7984012B2 (en) 2006-11-02 2011-07-19 D-Wave Systems Inc. Graph embedding techniques
US8630256B2 (en) 2006-12-05 2014-01-14 Qualcomm Incorporated Method and system for reducing backhaul utilization during base station handoff in wireless networks
AU2007329156B2 (en) 2006-12-05 2012-09-13 D-Wave Systems Inc. Systems, methods and apparatus for local programming of quantum processor elements
WO2008083498A1 (en) 2007-01-12 2008-07-17 D-Wave Systems, Inc. Systems, devices and methods for interconnected processor topology
US8230432B2 (en) 2007-05-24 2012-07-24 International Business Machines Corporation Defragmenting blocks in a clustered or distributed computing system
US20080313430A1 (en) 2007-06-12 2008-12-18 Bunyk Paul I Method and system for increasing quantum computer processing speed using digital co-processor
US10095985B2 (en) 2008-07-24 2018-10-09 Hamid Hatami-Hanza Assisted knowledge discovery and publication system and method
US8452725B2 (en) 2008-09-03 2013-05-28 Hamid Hatami-Hanza System and method of ontological subject mapping for knowledge processing applications
US9684678B2 (en) 2007-07-26 2017-06-20 Hamid Hatami-Hanza Methods and system for investigation of compositions of ontological subjects
US20090070402A1 (en) 2007-09-11 2009-03-12 Geordie Rose Systems, methods, and apparatus for a distributed network of quantum computers
WO2009039663A1 (en) 2007-09-25 2009-04-02 D-Wave Systems Inc. Systems, devices, and methods for controllably coupling qubits
US8832165B2 (en) 2007-12-12 2014-09-09 Lockheed Martin Corporation Computer systems and methods for quantum verification and validation
US8190553B2 (en) 2007-12-20 2012-05-29 Routt Thomas J Methods and systems for quantum search, computation and memory
JP5296189B2 (en) 2008-03-24 2013-09-25 ディー−ウェイブ システムズ,インコーポレイテッド System, apparatus, and method for analog processing
WO2009152180A2 (en) 2008-06-10 2009-12-17 D-Wave Systems Inc. Parameter learning system for solvers
US20090325694A1 (en) 2008-06-27 2009-12-31 Microsoft Corpration Macroscopic quantum effects for computer games
US8090665B2 (en) 2008-09-24 2012-01-03 Nec Laboratories America, Inc. Finding communities and their evolutions in dynamic social network
US8700689B2 (en) 2009-06-17 2014-04-15 D-Wave Systems Inc. Systems and methods for solving computational problems
US8219605B2 (en) 2010-05-28 2012-07-10 International Business Machines Corporation Decimal floating-pointing quantum exception detection
US8713163B2 (en) 2010-09-17 2014-04-29 Microsoft Corporation Monitoring cloud-runtime operations
WO2012047857A2 (en) 2010-10-04 2012-04-12 Mind Over Matter Ai, Llc. Coupling of rational agents to quantum processes
US8977576B2 (en) 2010-11-19 2015-03-10 D-Wave Systems Inc. Methods for solving computational problems using a quantum processor
US9268613B2 (en) 2010-12-20 2016-02-23 Microsoft Technology Licensing, Llc Scheduling and management in a personal datacenter
US20120253926A1 (en) 2011-03-31 2012-10-04 Google Inc. Selective delivery of content items
US9379303B2 (en) 2011-06-14 2016-06-28 Glocbalfoundries Inc. Modular array of fixed-coupling quantum systems for quantum information processing
EP2729903B1 (en) 2011-07-06 2020-04-01 D-Wave Systems Inc. Quantum processor based systems and methods that minimize an objective function
US8931664B2 (en) 2011-07-27 2015-01-13 Wave Creative Products Inc. Single use dispenser package
US9026574B2 (en) 2011-11-15 2015-05-05 D-Wave Systems Inc. Systems and methods for solving computational problems
JP5921856B2 (en) 2011-11-28 2016-05-24 株式会社日立製作所 Quantum computer system, control method and program for quantum computer system
JP6014907B2 (en) 2011-12-22 2016-10-26 インテル・コーポレーション 3D integrated circuit package with window interposer
US9292319B2 (en) 2012-03-28 2016-03-22 Google Inc. Global computing interface
US9247062B2 (en) 2012-06-19 2016-01-26 Twilio, Inc. System and method for queuing a communication session
US8990209B2 (en) 2012-09-06 2015-03-24 International Business Machines Corporation Distributed scalable clustering and community detection
US10069703B2 (en) 2012-10-31 2018-09-04 Elwha Llc Methods and systems for monitoring and/or managing device data
US10216957B2 (en) 2012-11-26 2019-02-26 Elwha Llc Methods and systems for managing data and/or services for devices
US9875215B2 (en) 2012-12-18 2018-01-23 D-Wave Systems Inc. Systems and methods that formulate problems for solving by a quantum processor using hardware graph decomposition
US9501747B2 (en) 2012-12-18 2016-11-22 D-Wave Systems Inc. Systems and methods that formulate embeddings of problems for solving by a quantum processor
US20150358251A1 (en) 2013-01-25 2015-12-10 Nokia Solutions And Networks Oy Unified cloud resource controller
US9207672B2 (en) 2013-01-25 2015-12-08 D-Wave Systems Inc. Systems and methods for real-time quantum computer-based control of mobile systems
US9106412B2 (en) 2013-03-08 2015-08-11 Mcafee, Inc. Data protection using programmatically generated key pairs from a master key and a descriptor
US9471880B2 (en) 2013-04-12 2016-10-18 D-Wave Systems Inc. Systems and methods for interacting with a quantum computing system
US9424526B2 (en) 2013-05-17 2016-08-23 D-Wave Systems Inc. Quantum processor based systems and methods that minimize a continuous variable objective function
US10068180B2 (en) 2013-06-07 2018-09-04 D-Wave Systems Inc. Systems and methods for operating a quantum processor to determine energy eigenvalues of a hamiltonian
US9602426B2 (en) 2013-06-21 2017-03-21 Microsoft Technology Licensing, Llc Dynamic allocation of resources while considering resource reservations
US10318881B2 (en) 2013-06-28 2019-06-11 D-Wave Systems Inc. Systems and methods for quantum processing of data
EP3014534A4 (en) 2013-06-28 2017-03-22 D-Wave Systems Inc. Systems and methods for quantum processing of data
WO2015006494A1 (en) 2013-07-09 2015-01-15 Board Of Trustees Of The Leland Stanford Junior University Computation using a network of optical parametric oscillators
US9727823B2 (en) 2013-07-23 2017-08-08 D-Wave Systems Inc. Systems and methods for achieving orthogonal control of non-orthogonal qubit parameters
WO2015013532A1 (en) 2013-07-24 2015-01-29 D-Wave Systems Inc. Systems and methods for increasing the energy scale of a quantum processor
WO2015060915A2 (en) 2013-07-29 2015-04-30 President And Fellows Of Harvard College Quantum processor problem compilation
US9858531B1 (en) 2013-08-02 2018-01-02 University Of Maryland Fault tolerant scalable modular quantum computer architecture with an enhanced control of multi-mode couplings between trapped ion qubits
US10339466B1 (en) 2013-09-11 2019-07-02 Google Llc Probabilistic inference in machine learning using a quantum oracle
CA2866608C (en) 2013-10-10 2018-12-11 1Qb Information Technologies Inc. Method and system for solving a convex integer quadratic programming problem using a binary optimizer
US10037493B2 (en) 2013-10-22 2018-07-31 D-Wave Systems Inc. Universal adiabatic quantum computing with superconducting qubits
US20150120551A1 (en) 2013-10-29 2015-04-30 Elwha LLC, a limited liability corporation of the State of Delaware Mobile device-facilitated guaranty provisioning
US20150120555A1 (en) 2013-10-29 2015-04-30 Elwha Llc Exchange authorization analysis infused with network-acquired data stream information
US20150193692A1 (en) 2013-11-19 2015-07-09 D-Wave Systems Inc. Systems and methods of finding quantum binary optimization problems
US10275422B2 (en) 2013-11-19 2019-04-30 D-Wave Systems, Inc. Systems and methods for finding quantum binary optimization problems
US20150142398A1 (en) 2013-11-20 2015-05-21 California Institute Of Technology Methods for a multi-scale description of the electronic structure of molecular systems and materials and related applications
US9588940B2 (en) 2013-12-05 2017-03-07 D-Wave Systems Inc. Sampling from a set of spins with clamping
US10579617B2 (en) 2013-12-19 2020-03-03 Mimecast Services Ltd. Displaying messages relevant to system administration
JP6576949B2 (en) 2014-01-06 2019-09-18 グーグル エルエルシー Construction and programming of quantum hardware for quantum annealing process
GB201402599D0 (en) 2014-02-14 2014-04-02 Univ Edinburgh Client server communication system
EP3117374A4 (en) 2014-03-12 2017-03-29 Temporal Defense Systems, LLC Solving digital logic constraint problems via adiabatic quantum computation
JP6326886B2 (en) 2014-03-19 2018-05-23 富士通株式会社 Software division program, software division apparatus, and software division method
US10558932B1 (en) 2014-04-23 2020-02-11 Google Llc Multi-machine distributed learning systems
US9350548B2 (en) 2014-05-30 2016-05-24 Tokenym, LLC Two factor authentication using a protected pin-like passcode
CA2894325C (en) 2014-06-12 2018-08-28 1Qb Information Technologies Inc. Method and system for continuous optimization using a binary sampling device
US10769545B2 (en) 2014-06-17 2020-09-08 D-Wave Systems Inc. Systems and methods employing new evolution schedules in an analog computer with applications to determining isomorphic graphs and post-processing solutions
US11340345B2 (en) 2015-07-17 2022-05-24 Origin Wireless, Inc. Method, apparatus, and system for wireless object tracking
US10552755B2 (en) 2014-08-22 2020-02-04 D-Wave Systems Inc. Systems and methods for improving the performance of a quantum processor to reduce intrinsic/control errors
CN107077642B (en) 2014-08-22 2021-04-06 D-波系统公司 System and method for solving problems usable for quantum computing
US10031887B2 (en) 2014-09-09 2018-07-24 D-Wave Systems Inc. Systems and methods for improving the performance of a quantum processor via reduced readouts
CA2902015C (en) 2014-09-09 2018-01-16 1Qb Information Technologies Inc. Method and system for solving an optimization problem involving graph similarity
BR102015002008A2 (en) 2015-01-28 2016-08-23 Bernardo Lembo Conde De Paiva catheter
CA2881033C (en) 2015-02-03 2016-03-15 1Qb Information Technologies Inc. Method and system for solving lagrangian dual of a constrained binary quadratic programming problem
US20170242824A1 (en) 2016-02-23 2017-08-24 1Qb Information Technologies Inc. Method and system for solving the lagrangian dual of a binary polynomially constrained polynomial programming problem using a quantum annealer
WO2016141481A1 (en) 2015-03-09 2016-09-15 Mosca Michele Quantum circuit synthesis using deterministic walks
JP6989387B2 (en) 2015-05-05 2022-01-05 キンダイ、インコーポレイテッドKyndi, Inc. Quanton representation for emulating quantum similarity computations in classical processors
US10187814B2 (en) 2015-05-14 2019-01-22 Cable Television Laboratories, Inc. Systems and methods for hybrid wireless communication network
US9747546B2 (en) 2015-05-21 2017-08-29 Google Inc. Neural network processor
ES2850151T3 (en) 2015-06-29 2021-08-25 Parity Quantum Computing GmbH Quantum processing device and procedure
US9804895B2 (en) 2015-08-28 2017-10-31 Vmware, Inc. Constrained placement in hierarchical randomized schedulers
US11086966B2 (en) 2015-09-08 2021-08-10 Hewlett Packard Enterprise Development Lp Apparatus for solving Ising problems
KR101699414B1 (en) 2015-10-15 2017-01-24 서울시립대학교 산학협력단 Quantum mechanical hardware based on trapped ion spin-phonon chains for next generation machine vision and arithmetic operation method
CN108369668B (en) 2015-10-16 2022-05-31 D-波系统公司 System and method for creating and using quantum boltzmann machine
WO2017068228A1 (en) 2015-10-19 2017-04-27 Nokia Technologies Oy Method and apparatus for optimization
US10664249B2 (en) 2015-11-20 2020-05-26 Microsoft Technology Licensing, Llc Verified compilation of reversible circuits
US20170147695A1 (en) 2015-11-22 2017-05-25 Jeanne Louise Shih Method and system for matching users serendipitously based on a quantum processing unit
WO2017111937A1 (en) 2015-12-22 2017-06-29 Google Inc. Triangular dual embedding for quantum annealing
US20170214701A1 (en) 2016-01-24 2017-07-27 Syed Kamran Hasan Computer security based on artificial intelligence
US10484479B2 (en) 2016-01-31 2019-11-19 QC Ware Corp. Integration of quantum processing devices with distributed computers
US10614370B2 (en) 2016-01-31 2020-04-07 QC Ware Corp. Quantum computing as a service
CA2921711C (en) 2016-02-23 2018-12-11 1Qb Information Technologies Inc. Method and system for solving the lagrangian dual of a binary polynomially constrained polynomial programming problem using a quantum annealer
WO2017145086A1 (en) 2016-02-23 2017-08-31 1Qb Information Technologies Inc. Method and system for solving the lagrangian dual of a binary polynomially constrained polynomial programming problem using a binary optimizer
JP6612469B2 (en) 2016-03-02 2019-11-27 1キュービー インフォメーション テクノロジーズ インコーポレイテッド Method and system for decomposing problems with discrete optimization into multiple smaller subproblems and their use to solve problems
US10599988B2 (en) 2016-03-02 2020-03-24 D-Wave Systems Inc. Systems and methods for analog processing of problem graphs having arbitrary size and/or connectivity
EP4036708A1 (en) 2016-03-11 2022-08-03 1QB Information Technologies Inc. Methods and systems for quantum computing
US10268964B2 (en) 2016-03-30 2019-04-23 1Qb Information Technologies Inc. Method and system for solving a minimum connected dominating set problem using quantum annealing for distance optimization
US10565514B2 (en) 2016-03-31 2020-02-18 Board Of Regents, The University Of Texas System System and method for emulation of a quantum computer
US10229355B2 (en) 2016-04-13 2019-03-12 Iqb Information Technologies Inc. Quantum processor and its use for implementing a neural network
WO2017189002A1 (en) 2016-04-29 2017-11-02 Hewlett-Packard Development Company, L.P. Printer
WO2017195114A1 (en) 2016-05-09 2017-11-16 1Qb Information Technologies Inc. Method and system for improving a policy for a stochastic control problem
US9870273B2 (en) 2016-06-13 2018-01-16 1Qb Information Technologies Inc. Methods and systems for quantum ready and quantum enabled computations
US10044638B2 (en) 2016-05-26 2018-08-07 1Qb Information Technologies Inc. Methods and systems for quantum computing
US9537953B1 (en) 2016-06-13 2017-01-03 1Qb Information Technologies Inc. Methods and systems for quantum ready computations on the cloud
US20170344898A1 (en) 2016-05-26 2017-11-30 1Qb Information Technologies Inc. Methods and systems for setting a system of super conducting qubits having a hamiltonian representative of a polynomial on a bounded integer domain
US10305747B2 (en) 2016-06-23 2019-05-28 Sap Se Container-based multi-tenant computing infrastructure
US20170372427A1 (en) 2016-06-27 2017-12-28 QC Ware Corp. Quantum-Annealing Computer Method for Financial Portfolio Optimization
EP3520041A4 (en) 2016-09-30 2020-07-29 Rigetti & Co., Inc. Simulating quantum systems with quantum computation
US10223084B1 (en) 2016-12-15 2019-03-05 Lockheed Martin Corporation Quantum Compiler
WO2018119522A1 (en) 2016-12-30 2018-07-05 1Qb Information Technologies Inc. Methods and systems for unified quantum computing frameworks
US20180204126A1 (en) 2017-01-17 2018-07-19 Xerox Corporation Method and system for assisting users in an automated decision-making environment
US11263547B2 (en) 2017-01-30 2022-03-01 D-Wave Systems Inc. Quantum annealing debugging systems and methods
CN106874506A (en) 2017-02-28 2017-06-20 深圳信息职业技术学院 community mining method and system based on statistical model
US10929294B2 (en) 2017-03-01 2021-02-23 QC Ware Corp. Using caching techniques to improve graph embedding performance
WO2018160599A1 (en) 2017-03-01 2018-09-07 QC Ware Corp. Quantum computing as a service
US11200508B2 (en) 2017-03-10 2021-12-14 Rigetti & Co, Inc. Modular control in a quantum computing system
US10275721B2 (en) 2017-04-19 2019-04-30 Accenture Global Solutions Limited Quantum computing machine learning module
US10332023B2 (en) 2017-09-22 2019-06-25 International Business Machines Corporation Hardware-efficient variational quantum eigenvalue solver for quantum computing machines
JP7312173B2 (en) 2017-11-30 2023-07-20 グッド ケミストリー インコーポレイテッド Methods and Systems for Quantum Computing-Ready First-Principles Molecular Simulations Using Quantum Classical Computing Hardware
WO2019104443A1 (en) 2017-12-01 2019-06-06 1Qb Information Technologies Inc. Systems and methods for stochastic optimization of a robust inference problem
CN111868756B (en) 2018-01-31 2023-11-03 谷歌有限责任公司 Quantum computation by reinforcement learning
US20200401916A1 (en) 2018-02-09 2020-12-24 D-Wave Systems Inc. Systems and methods for training generative machine learning models
EP3794520A4 (en) 2018-05-18 2022-03-23 Rigetti & Co. LLC Computing platform with heterogenous quantum processors
US10803395B2 (en) 2018-06-07 2020-10-13 International Business Machines Corporation Quantum computations of classical specifications
WO2019241879A1 (en) 2018-06-18 2019-12-26 1Qb Information Technologies Inc. Variationally and adiabatically navigated quantum eigensolvers
US20210279260A1 (en) 2018-06-22 2021-09-09 1Qb Information Technologies Inc. Method and system for identifying at least one community in a dataset comprising a plurality of elements
TW202007091A (en) 2018-07-02 2020-02-01 美商札帕塔運算股份有限公司 Compressed unsupervised quantum state preparation with quantum autoencoders
CA3109643A1 (en) 2018-08-17 2020-02-20 Zapata Computing, Inc. Quantum computer with improved quantum optimization by exploiting marginal data
EP3861488A4 (en) 2018-10-02 2021-11-24 Zapata Computing, Inc. Hybrid quantum-classical computer for solving linear systems
US11061902B2 (en) 2018-10-18 2021-07-13 Oracle International Corporation Automated configuration parameter tuning for database performance
US11651837B2 (en) 2018-11-02 2023-05-16 1Qb Information Technologies Inc. Method and system for determining a conformation of a molecule using a high-performance binary optimizer
CA3121561A1 (en) 2018-12-06 2020-06-11 1Qb Information Technologies Inc. Artificial intelligence-driven quantum computing
US20200279187A1 (en) 2019-02-28 2020-09-03 Cisco Technology, Inc. Model and infrastructure hyper-parameter tuning system and method
WO2020223718A1 (en) 2019-05-02 2020-11-05 Arizona Board Of Regents On Behalf Of The University Of Arizona Cluster-state quantum computing methods and systems
CN110069348B (en) 2019-05-05 2023-09-19 山东浪潮科学研究院有限公司 Method for efficiently utilizing cloud center quantum computer resources
WO2020227825A1 (en) 2019-05-13 2020-11-19 1Qb Information Technologies Inc. Methods and systems for quantum computing enabled molecular ab initio simulations
CA3126553A1 (en) 2019-06-19 2020-12-24 1Qb Information Technologies Inc. Method and system for mapping a dataset from a hilbert space of a given dimension to a hilbert space of a different dimension
CN114503019A (en) 2019-09-18 2022-05-13 尼克根合伙Ip有限责任公司 Quantum mechanics framework for OAM interaction with matter and applications in solid state, bioscience and quantum computing
AU2020357189B2 (en) 2019-10-04 2023-01-19 X Development Llc Quantum repeater from quantum analog-digital interconverter
JP2023504281A (en) 2019-12-03 2023-02-02 1キュービー インフォメーション テクノロジーズ インコーポレイテッド Systems and methods for enabling access to physics-inspired computers and physics-inspired computer simulators
WO2021181281A1 (en) 2020-03-10 2021-09-16 1Qb Information Technologies Inc. Method and system for estimating physical quantities of a plurality of models using a sampling device
WO2021207847A1 (en) 2020-04-17 2021-10-21 1Qb Information Technologies Inc. Methods and systems for quantum simulation of molecular and spin systems
EP4158504A4 (en) 2020-05-27 2024-02-14 1Qb Information Tech Inc Methods and systems for solving an optimization problem using a flexible modular approach
EP4162414A4 (en) 2020-06-04 2024-05-01 1Qb Information Tech Inc Methods and systems for improving an estimation of a property of a quantum state
WO2022079640A1 (en) 2020-10-13 2022-04-21 1Qb Information Technologies Inc. Methods and systems for hyperparameter tuning and benchmarking
US11196775B1 (en) 2020-11-23 2021-12-07 Sailpoint Technologies, Inc. System and method for predictive modeling for entitlement diffusion and role evolution in identity management artificial intelligence systems using network identity graphs
WO2022123494A1 (en) 2020-12-10 2022-06-16 1Qb Information Technologies Inc. Methods and systems for solving a weighted maximum clique problem

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8655828B2 (en) * 2007-04-19 2014-02-18 D-Wave Systems Inc. Systems, methods, and apparatus for solving problems
US20100261481A1 (en) * 2009-04-13 2010-10-14 Resende Mauricio Guilherme De Carvalho Networks with redundant points of presence using approximation methods and systems

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Alidaee et al. "Solving the maximum edge weight clique problem via unconstrained quadratic programming" published on European Journal of Operational Research volume 181, Issue 2, page 592-597, on 1st Sept., 2007 *
Beasley, L E, "Integer programming solution methods" published on 6 Sep., 2011, URL: http://people.brunel.ac.uk/~mastjjb/jeb/natcor_ip_rest.pdf *

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11797641B2 (en) 2015-02-03 2023-10-24 1Qb Information Technologies Inc. Method and system for solving the lagrangian dual of a constrained binary quadratic programming problem using a quantum annealer
US11514134B2 (en) 2015-02-03 2022-11-29 1Qb Information Technologies Inc. Method and system for solving the Lagrangian dual of a constrained binary quadratic programming problem using a quantum annealer
US10614370B2 (en) 2016-01-31 2020-04-07 QC Ware Corp. Quantum computing as a service
US10484479B2 (en) 2016-01-31 2019-11-19 QC Ware Corp. Integration of quantum processing devices with distributed computers
US10713582B2 (en) 2016-03-11 2020-07-14 1Qb Information Technologies Inc. Methods and systems for quantum computing
US20190220496A1 (en) * 2016-05-18 2019-07-18 Nec Corporation Optimization system, optimization method, and optimization program
US10826845B2 (en) 2016-05-26 2020-11-03 1Qb Information Technologies Inc. Methods and systems for quantum computing
US10044638B2 (en) 2016-05-26 2018-08-07 1Qb Information Technologies Inc. Methods and systems for quantum computing
US10152358B2 (en) * 2016-06-13 2018-12-11 1Qb Information Technologies Inc. Methods and systems for quantum ready and quantum enabled computations
US9870273B2 (en) 2016-06-13 2018-01-16 1Qb Information Technologies Inc. Methods and systems for quantum ready and quantum enabled computations
US9537953B1 (en) 2016-06-13 2017-01-03 1Qb Information Technologies Inc. Methods and systems for quantum ready computations on the cloud
US9660859B1 (en) 2016-06-13 2017-05-23 1Qb Information Technologies Inc. Methods and systems for quantum ready computations on the cloud
US20180107526A1 (en) * 2016-06-13 2018-04-19 1Qb Information Technologies Inc. Methods and systems for quantum ready and quantum enabled computations
US10824478B2 (en) 2016-06-13 2020-11-03 1Qb Information Technologies Inc. Methods and systems for quantum ready and quantum enabled computations
US10216699B2 (en) * 2016-11-11 2019-02-26 1Qb Information Technologies Inc. Method and system for setting parameters of a discrete optimization problem embedded to an optimization solver and solving the embedded discrete optimization problem
WO2018160599A1 (en) * 2017-03-01 2018-09-07 QC Ware Corp. Quantum computing as a service
US10929294B2 (en) 2017-03-01 2021-02-23 QC Ware Corp. Using caching techniques to improve graph embedding performance
US10796240B2 (en) 2017-07-22 2020-10-06 QC Ware Corp. Performing fault tree analysis on quantum computers
US20190391807A1 (en) * 2018-06-20 2019-12-26 Fujitsu Limited Computer-readable recording medium storing optimization problem computing program and optimization problem computing system
US11651837B2 (en) * 2018-11-02 2023-05-16 1Qb Information Technologies Inc. Method and system for determining a conformation of a molecule using a high-performance binary optimizer
US10902085B2 (en) * 2019-01-15 2021-01-26 International Business Machines Corporation Solving mixed integer optimization problems on a hybrid classical-quantum computing system
US20200226197A1 (en) * 2019-01-15 2020-07-16 International Business Machines Corporation Solving mixed integer optimization problems on a hybrid classical-quantum computing system
US11947506B2 (en) 2019-06-19 2024-04-02 1Qb Information Technologies, Inc. Method and system for mapping a dataset from a Hilbert space of a given dimension to a Hilbert space of a different dimension
US20220414518A1 (en) * 2019-10-09 2022-12-29 Cornell University Quantum computing based hybrid solution strategies for large-scale discrete-continuous optimization problems
US11769070B2 (en) * 2019-10-09 2023-09-26 Cornell University Quantum computing based hybrid solution strategies for large-scale discrete-continuous optimization problems
CN113673802A (en) * 2020-05-13 2021-11-19 富士通株式会社 Information processing apparatus, solving method, and non-transitory computer-readable storage medium

Also Published As

Publication number Publication date
US11514134B2 (en) 2022-11-29
US20230222173A1 (en) 2023-07-13
CA2881033C (en) 2016-03-15
US20200272683A1 (en) 2020-08-27
CA2881033A1 (en) 2015-04-06

Similar Documents

Publication Publication Date Title
US11514134B2 (en) Method and system for solving the Lagrangian dual of a constrained binary quadratic programming problem using a quantum annealer
EP3420466B1 (en) Method and system for solving the lagrangian dual of a binary polynomially constrained polynomial programming problem using a binary optimizer
US20200272684A1 (en) Method and system for solving the lagrangian dual of a binary polynomially constrained polynomial programming problem using a quantum annealer
Parr et al. Infill sampling criteria for surrogate-based optimization with constraint handling
US7925599B2 (en) Direction-aware proximity for graph mining
Shang Non-hyperbolicity of random graphs with given expected degrees
Chen et al. Sign-changing solutions and phase separation for an elliptic system with critical exponent
Lu et al. Show me the money: Dynamic recommendations for revenue maximization
Bai et al. On conic QPCCs, conic QCQPs and completely positive programs
US20170323206A1 (en) Method and system for determining a weight allocation in a group comprising a large plurality of items using an optimization oracle
Coutinho et al. Perfect state transfer in products and covers of graphs
Liu et al. On intersection of two mixing sets with applications to joint chance-constrained programs
Khalilpour et al. Parametric optimization with uncertainty on the left hand side of linear programs
Hou A consensus gap indicator and its application to group decision making
Castro Interior-point solver for convex separable block-angular problems
US10216699B2 (en) Method and system for setting parameters of a discrete optimization problem embedded to an optimization solver and solving the embedded discrete optimization problem
Censor et al. String-averaging projected subgradient methods for constrained minimization
US11797641B2 (en) Method and system for solving the lagrangian dual of a constrained binary quadratic programming problem using a quantum annealer
Miao et al. An exact algorithm for the maximum probabilistic clique problem
Tang et al. Achieving long-term fairness in submodular maximization through randomization
Adams et al. A hierarchy of subgraph projection-based semidefinite relaxations for some NP-hard graph optimization problems
Shen et al. Penalized empirical likelihood for quantile regression with missing covariates and auxiliary information
Beltran-Royo et al. An effective heuristic for multistage linear programming with a stochastic right-hand side
Modarres et al. Structured symmetric rank-one method for unconstrained optimization
Jabbour et al. Fock majorization in bosonic quantum channels with a passive environment

Legal Events

Date Code Title Description
AS Assignment

Owner name: 1QB INFORMATION TECHNOLOGIES INC., CANADA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:RONAGH, POOYA;IRANMANESH, EHSAN;WOODS, BRAD;SIGNING DATES FROM 20160226 TO 20160307;REEL/FRAME:038436/0151

STCV Information on status: appeal procedure

Free format text: ON APPEAL -- AWAITING DECISION BY THE BOARD OF APPEALS

AS Assignment

Owner name: 1QB INFORMATION TECHNOLOGIES INC., CANADA

Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE CORRECT RECEIVING PARTY ADDRESS PREVIOUSLY RECORDED AT REEL: 038436 FRAME: 0150. ASSIGNOR(S) HEREBY CONFIRMS THE ASSIGNMENT;ASSIGNORS:RONAGH, POOYA;IRANMANESH, EHSAN;WOODS, BRAD;SIGNING DATES FROM 20160226 TO 20160307;REEL/FRAME:050901/0925

STCV Information on status: appeal procedure

Free format text: BOARD OF APPEALS DECISION RENDERED

STCV Information on status: appeal procedure

Free format text: REQUEST RECONSIDERATION AFTER BOARD OF APPEALS DECISION

STCB Information on status: application discontinuation

Free format text: ABANDONED -- AFTER EXAMINER'S ANSWER OR BOARD OF APPEALS DECISION