A.50.2 Delayed column generation
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • The SWI-Prolog library
        • library(simplex): Solve linear programming problems
          • Delayed column generation
            • constraint/4
            • shadow_price/3
            • constraint_add/4
    • Packages
Availability::- use_module(library(simplex)).
shadow_price(+State, +Name, -Value)
Unifies Value with the shadow price corresponding to the linear constraint whose name is Name. State must correspond to a solved instance.