Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Fixstars Amplify SDK documentation
Light Logo Dark Logo

🚀 Get Started

  • はじめに
  • Amplify SDK の特長
  • クイックスタート

🌱 Basic

  • 1. Amplify SDK の全体像
  • 2. 決定変数の作り方
  • 3. 多項式と目的関数
  • 4. 制約条件の構築
  • 5. モデルの定式化
  • 6. ソルバークライアント
  • 7. 組合せ最適化問題の求解

🌻 Advanced

  • モデルの変換
    • 変数変換と次数下げ
    • 制約条件とペナルティ関数
    • グラフ埋め込み
  • 実行結果の評価
  • 実行時間情報の取得
  • クライアントの詳細
    • Fixstars Amplify
    • D-Wave Systems
    • 東芝
    • 富士通
    • NEC
    • 日立
    • 大日本印刷
    • Gurobi
  • ソルバーの直列実行
  • ソルバーの並列実行
  • 係数行列による目的関数の作成
  • 定式化の高速化
  • モデルのファイル入出力

🧩 ️Examples

  • 部分和問題
  • 巡回セールスマン問題
  • 二次割当問題

💡 Tips

  • 型ヒントサポート
  • プロキシサーバの設定
  • 数式の整形表示
  • 旧バージョンからの移行
  • 定式化ベンチマーク

📖 Reference

  • Changelog
  • API Reference
    • Algebra
      • Poly
      • PolyArray
      • Matrix
      • Variable
      • VariableGenerator
      • sum
      • einsum
      • dot
      • matmul
      • newaxis
      • VariableType
      • Dim
      • Dim0
      • Dim1
      • Dim2
      • Dim3
      • Dim4
    • Constraint
      • Constraint
      • ConstraintList
      • equal_to
      • one_hot
      • less_equal
      • greater_equal
      • clamp
      • domain_wall
      • PenaltyFormulation
    • Model
      • Model
      • IntegerEncodingMethod
      • RealEncodingMethod
      • QuadratizationMethod
    • Graph Embedding
      • Graph
      • embed
      • to_edges
      • EmbeddingMethod
    • Client
      • AmplifyClient
      • FixstarsClient
      • DWaveSamplerClient
      • DWaveClientParameters
      • LeapHybridSamplerClient
      • LeapHybridCQMSamplerClient
      • FujitsuDA4Client
      • FujitsuDA3cClient
      • ToshibaSQBM2Client
      • GurobiClient
      • NECVA2Client
      • DASClient
      • HitachiClient
      • AcceptableDegrees
      • Degree
    • Solve
      • Result
      • Values
      • solve
      • parallel_solve
    • Misc.
      • set_num_threads
      • load_lp
      • save_lp
      • load_qplib
      • save_qplib
      • set_seed
      • __version__
    • Deprecated
      • BinaryPoly
      • IsingPoly
      • BinaryPolyArray
      • IsingPolyArray
      • BinarySymbolGenerator
      • IsingSymbolGenerator
      • IsingSymbolGenerator
      • BinaryMatrix
      • IsingMatrix
      • QuadraticModel
      • BinaryQuadraticModel
      • IsingQuadraticModel
      • Solver
      • SolverResult
      • SolverSolution
      • SymbolGenerator
      • sum_poly
      • decode_solution
      • penalty
      • InequalityFormulation
  • 索引
Back to top

save_qplib¶

save_qplib(model: Model, filename: str | PathLike) → None¶

save_qplib

パラメータ:
  • model (Model)

  • filename (str | PathLike)

Next
set_seed
Previous
load_qplib
Copyright © 2024, Fixstars Amplify Corporation
Made with Sphinx and @pradyunsg's Furo
On this page
  • save_qplib
    • save_qplib()