Pinned Repositories
3d-bin-packing
Use a hybrid solver to use the minimum number of bins to pack items with different dimensions
circuit-fault-diagnosis-demo
cpython
The Python programming language
cython
The most widely used Python to C compiler
D-Wave-VRP
Solve the Vehicle Routing Problem (and its variants) using a hybrid solver and Qbsolv.
data-science-small-questions
A bunch of small data science questions for practice
demos
dimod
A shared API for QUBO/Ising samplers.
docs_dwave
qbsolv
Qbsolv,a decomposing solver, finds a minimum value of a large quadratic unconstrained binary optimization (QUBO) problem by splitting it into pieces solved either via a D-Wave system or a classical tabu solver. (Note that qbsolv by default uses its internal classical solver. Access to a D-Wave system must be arranged separately.)
arcondello's Repositories
arcondello/qbsolv
Qbsolv,a decomposing solver, finds a minimum value of a large quadratic unconstrained binary optimization (QUBO) problem by splitting it into pieces solved either via a D-Wave system or a classical tabu solver. (Note that qbsolv by default uses its internal classical solver. Access to a D-Wave system must be arranged separately.)
arcondello/3d-bin-packing
Use a hybrid solver to use the minimum number of bins to pack items with different dimensions
arcondello/dimod
A shared API for QUBO/Ising samplers.
arcondello/cython
The most widely used Python to C compiler
arcondello/D-Wave-VRP
Solve the Vehicle Routing Problem (and its variants) using a hybrid solver and Qbsolv.
arcondello/dwave-gate
arcondello/dwave-greedy
Greedy binary quadratic model solvers.
arcondello/dwave-ocean-sdk
arcondello/dwave-optimization
arcondello/dwave-preprocessing
Common preprocessing tools that can aid in solving binary quadratic models (BQM).
arcondello/dwave-samplers
EXPERIMENTAL
arcondello/dwave-sklearn-plugin
arcondello/dwave-system
arcondello/dwave-tabu-1
Tabu solver for QUBO/Ising problems.
arcondello/dwave_micro_client
A minimal implementation of the REST interface used to communicate with D-Wave Solver API (SAPI) servers.
arcondello/dwave_neal
An implementation of a simulated annealing sampler for general Ising model graphs in C++ with a dimod Python wrapper.
arcondello/dwave_networkx
Source repository for D-Wave NetworkX.
arcondello/dwavebinarycsp
Map constraint satisfaction problems with binary variables to binary quadratic models.
arcondello/flow-shop-scheduling
Flow Shop Scheduling example using the Quantum Hybrid NL Solver.
arcondello/HiGHS
Linear optimization software
arcondello/job-shop-scheduling-cqm
Determine a schedule for running a set of jobs on a certain number of machines using the LeapHybridCQMSampler.
arcondello/Line-up-optimization
Optimize the initial line-up of Liverpool FC using the LeapHybridSampler.
arcondello/minorminer
minorminer is a heuristic tool for minor embedding: given a minor and target graph, it tries to find a mapping that embeds the minor into the target.
arcondello/NAE3SAT
Compare the performance of the Advantage QPU and the Advantage2 prototype on not-all-equal 3-satisfiability problems.
arcondello/paint-shop-optimization
Solve the multi-car paint shop optimization problem using the LeapHybridCQMSampler.
arcondello/papilo
Parallel Presolve for Integer and Linear Optimization
arcondello/penaltymodel
Utilities and interfaces for using penalty models.
arcondello/portfolio-optimization
Solve different formulations of the portfolio optimization problem.
arcondello/rectangle-packer
Rectangle packing program
arcondello/rna-folding
Finds the optimal stem configuration of an RNA sequence using the LeapHybridCQMSampler.