- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsimplex.html
More file actions
Latest commit
18 lines (18 loc) · 433 Bytes
/
Copy pathsimplex.html
File metadata and controls
18 lines (18 loc) · 433 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<metacharset="utf-8">
<title>zsdawd</title>
<scriptsrc="simplex.js"></script>
</head>
<body>
<textareaid="lpInput" name="name" rows="8" cols="100">
Maximize p = 0.5x + 3y + z + 4w subject to
x + y + z + w <= 40
-2x - y + z + w <= 10
y - w <= 10
</textarea>
<br>
<inputtype="button" onclick="createTableau('lpInput')" name="name" value="Click Me">
</body>
</html>