JijModeling Transpiler¶
Overview¶
jijmodeling.transpiler
provides transpiling method to other modeling tools.
See the below table to know supported modeling tools.
Supported target modelers.¶
name | method | comment |
---|---|---|
pyqubo | jijmodeling.transpiler.pyqubo.to_pyqubo | use penalty method. |
python-mip | jijmodeling.transpiler.mip.to_mip | support only linear problem. |
Core module¶
Last update: 2023年3月16日