8000 GitHub - aungpyaeap/lpsolve-web: Linear programming solver Gradio app. Quickly design and solve linear programming problems.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aungpyaeap/lpsolve-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title emoji colorFrom colorTo sdk sdk_version app_file pinned short_description
Linear Programming Solver
📈
yellow
pink
gradio
5.25.0
app.py
false
lpsolve

Linear programming solver Gradio app

A simple Gradio app for linear programming. This app solves linear programming problems using the Google OR-Tools library.

To use this app, please follow these steps.

  1. Enter the variables in the first input field, separated by commas (e.g., $x1,x2$).
  2. Enter the constraints in the second input field, separated by commas (e.g., x1+2x2<=14, 3x1-x2>=0).
  3. Enter the objective function in the third input field (e.g., 3x1+4x2)
  4. Choose the optimization method (Min or Max) using the radio button.
  5. Click the 'Submit' button to solve the linear programming problem.

The app will display the optimization results, including the objective value, solution, number of variables, and number of constraints.

About

Linear programming solver Gradio app. Quickly design and solve linear programming problems.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0