Logo
latest
  • Quickstart Guide
  • Development
  • Examples
  • Textbook Examples
  • Documentation
    • gilp package
GILP
  • »
  • Documentation
  • Edit on GitHub

Documentation

  • gilp package
    • gilp.simplex module
      • BFS
      • LP
        • LP.n
        • LP.m
        • LP.A
        • LP.A_eq
        • LP.b
        • LP.b_eq
        • LP.c
        • LP.c_eq
        • LP.equality
        • LP.get_basic_feasible_sol()
        • LP.get_basic_feasible_solns()
        • LP.get_coefficients()
        • LP.get_tableau()
        • LP.get_vertices()
      • branch_and_bound()
      • simplex()
    • gilp.visualize module
      • bnb_visual()
      • lp_visual()
      • simplex_visual()
    • gilp.examples module
      • ALL_INTEGER_2D_LP
      • ALL_INTEGER_3D_LP
      • CLRS_DEGENERATE_3D_LP
      • CLRS_INTEGER_2D_LP
      • CLRS_SIMPLEX_EX_3D_LP
      • DEGENERATE_FIN_2D_LP
      • DODECAHEDRON_3D_LP
      • EVERY_FATHOM_2D_IP
      • KLEE_MINTY_2D_LP
      • KLEE_MINTY_3D_LP
      • LIMITING_CONSTRAINT_2D_LP
      • MULTIPLE_OPTIMAL_3D_LP
      • SQUARE_PYRAMID_3D_LP
      • STANDARD_2D_IP
      • VARIED_BRANCHING_3D_IP
Previous Next

© Copyright 2020 Henry Robbins, Samuel C. Gutekunst, Frans Schalekamp, David B. Shmoys, and David P. Williamson. Part of the forthcoming book by David B. Shmoys, Samuel C. Gutekunst, Frans Schalekamp, and David P. Williamson, entitled Data Science and Decision Making: An Elementary Introduction to Modeling and Optimization.. Revision e0dc918b.

Built with Sphinx using a theme provided by Read the Docs.