Additional routines
¶
Problem.
check_kkt
(
str solver
,
str condition
,
bool dual=False
,
names_preferred=False
)
¶
Check feasibility/optimality conditions
Parameters:
names_preferred
(
bool
) – whether to return the row or column name or index
ecyglpki
Cython GLPK interface
Navigation
Reference
Basic API Routines
Problem object
Problem creating and modifying routines
Problem retrieving routines
Row and column searching routines
Problem scaling routines
LP basis constructing routines
Simplex method routines
Interior-point method routines
Mixed integer programming routines
Additional routines
Utility API routines
Advanced API Routines
Branch-and-Cut API Routines
Miscellaneous API Routines
Graph and Network Routines
CNF Satisfiability Problem
Examples
Related Topics
Documentation overview
Reference
Basic API Routines
Previous:
Mixed integer programming routines
Next:
Utility API routines
Quick search