Skip to main content

Module problem

Module problem 

Source
Expand description

LP問題定義モジュール

線形計画問題(LP)の構造定義・制約種別・ソルバー結果の表現を提供する。 問題は標準形 min c^T x s.t. Ax {<=,>=,=} b, x in [lb, ub] で定義される。

Modules§

certificate
Proof-carrying certificate types for solver outcomes.

Structs§

LpProblem
線形計画問題: min c^T x s.t. Ax {op} b, x in [lb, ub]
SolveStats
Per-solve routing and warm-start statistics (race-free, per-result).
SolverResult
LP/QP共通求解結果型
TimingBreakdown
各 phase 所要時間 (μs精度)。LP simplex と QP IPM の両経路で共用。

Enums§

ConstraintType
LP問題における制約条件の種別
SolveRoute
Route taken by a solve call (populated per-result, race-free).
SolveStatus
ソルバーの求解結果ステータス