Skip to content

Commit 1372c56

Browse files
committed
Update
1 parent d19f3dc commit 1372c56

File tree

1 file changed

+1
-35
lines changed

1 file changed

+1
-35
lines changed
Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1 @@
1-
{
2-
"primal":{"x":-2.0430107680954848,"y":-0.4301075068564087},
3-
"model":{
4-
"name":"MathOptFormat Model",
5-
"variables":[{"name":"x"},{"name":"y"}],
6-
"constraints":[{
7-
"name":"c1",
8-
"function":{"constant":0.0,"terms":[{"coefficient":3.0,"variable":"x"},{"coefficient":9.0,"variable":"y"}],"type":"ScalarAffineFunction"},
9-
"set":{"lower":-10.0,"type":"GreaterThan"}
10-
}, {
11-
"name":"c2",
12-
"function":{"constant":0.0,"terms":[{"coefficient":10.0,"variable":"x"},{"coefficient":-1.0,"variable":"y"}],"type":"ScalarAffineFunction"},
13-
"set":{"lower":-20.0,"type":"GreaterThan"}
14-
}, {
15-
"name":"c1_1",
16-
"function":{"constant":0.0,"terms":[{"coefficient":1.0,"variable":"x"},{"coefficient":1.0,"variable":"y"}],"type":"ScalarAffineFunction"},
17-
"set":{"type":"LessThan","upper":5.0}
18-
}, {
19-
"name":"c2_1",
20-
"function":{"constant":0.0,"terms":[{"coefficient":2.0,"variable":"x"},{"coefficient":-1.0,"variable":"y"}],"type":"ScalarAffineFunction"},
21-
"set":{"type":"LessThan","upper":3.0}
22-
}, {
23-
"name":"c3",
24-
"function":{"constant":0.0,"terms":[{"coefficient":-1.0,"variable":"x"},{"coefficient":2.0,"variable":"y"}],"type":"ScalarAffineFunction"},
25-
"set":{"type":"LessThan","upper":8.0}
26-
}],
27-
"objective":{
28-
"function":{"name":"x","type":"Variable"},
29-
"sense":"min"
30-
},
31-
"version":{"major":1,"minor":7}
32-
},
33-
"objective":-2.0430107680954848,
34-
"is_feasible":true
35-
}
1+
{"primal":{"x":-2.0430107680954848,"y":-0.4301075068564087},"model":{"name":"MathOptFormat Model","variables":[{"name":"x"},{"name":"y"}],"constraints":[{"name":"c1","function":{"constant":0.0,"terms":[{"coefficient":3.0,"variable":"x"},{"coefficient":9.0,"variable":"y"}],"type":"ScalarAffineFunction"},"set":{"lower":-10.0,"type":"GreaterThan"}},{"name":"c2","function":{"constant":0.0,"terms":[{"coefficient":10.0,"variable":"x"},{"coefficient":-1.0,"variable":"y"}],"type":"ScalarAffineFunction"},"set":{"lower":-20.0,"type":"GreaterThan"}},{"name":"c1_1","function":{"constant":0.0,"terms":[{"coefficient":1.0,"variable":"x"},{"coefficient":1.0,"variable":"y"}],"type":"ScalarAffineFunction"},"set":{"type":"LessThan","upper":5.0}},{"name":"c2_1","function":{"constant":0.0,"terms":[{"coefficient":2.0,"variable":"x"},{"coefficient":-1.0,"variable":"y"}],"type":"ScalarAffineFunction"},"set":{"type":"LessThan","upper":3.0}},{"name":"c3","function":{"constant":0.0,"terms":[{"coefficient":-1.0,"variable":"x"},{"coefficient":2.0,"variable":"y"}],"type":"ScalarAffineFunction"},"set":{"type":"LessThan","upper":8.0}}],"objective":{"function":{"name":"x","type":"Variable"},"sense":"min"},"version":{"major":1,"minor":7}},"objective":-2.0430107680954848,"is_feasible":true}

0 commit comments

Comments
 (0)