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)).
constraint(+Name, +Constraint, +S0, -S)
Like constraint/3, and attaches the name Name (an atom or compound term) to the new constraint.