@@ -384,24 +384,24 @@ function test_latex()
384
384
$$ \b egin{aligned}
385
385
\m in\q uad & 2.0 + 1.0 x + 3.1 y - 1.2 z \\
386
386
\t ext{Subject to}\\
387
- & \t ext{ScalarAffineFunction{Float64}-in-EqualTo{Float64}} \\
387
+ & \t ext{ScalarAffineFunction\ { Float64\ } -in-EqualTo\ { Float64\ } } \\
388
388
& 0.0 + 1.0 x - 1.0 y = 0.0 \\
389
- & \t ext{ScalarAffineFunction{Float64}-in-GreaterThan{Float64}} \\
389
+ & \t ext{ScalarAffineFunction\ { Float64\ } -in-GreaterThan\ { Float64\ } } \\
390
390
& 0.0 + 2.0 x \g e 1.0 \\
391
- & \t ext{ScalarAffineFunction{Float64}-in-Interval{Float64}} \\
391
+ & \t ext{ScalarAffineFunction\ { Float64\ } -in-Interval\ { Float64\ } } \\
392
392
& 0.0 + 2.0 x \i n [1.0, 2.0] \\
393
- & \t ext{ScalarQuadraticFunction{Float64}-in-LessThan{Float64}} \\
393
+ & \t ext{ScalarQuadraticFunction\ { Float64\ } -in-LessThan\ { Float64\ } } \\
394
394
& 0.0 + 1.0 y - 1.0 z + 2.0 x^2 \l e 1.0 \\
395
395
& \t ext{VectorOfVariables-in-SecondOrderCone} \\
396
396
& \b egin{bmatrix}
397
397
x\\
398
398
y\e nd{bmatrix} \i n \t ext{SecondOrderCone(2)} \\
399
- & \t ext{VectorAffineFunction{Float64}-in-SecondOrderCone} \\
399
+ & \t ext{VectorAffineFunction\ { Float64\ } -in-SecondOrderCone} \\
400
400
& \b egin{bmatrix}
401
401
1.0\\
402
402
0.0 + 1.0 x\\
403
403
0.0 + 1.0 y\e nd{bmatrix} \i n \t ext{SecondOrderCone(2)} \\
404
- & \t ext{VectorQuadraticFunction{Float64}-in-ExponentialCone} \\
404
+ & \t ext{VectorQuadraticFunction\ { Float64\ } -in-ExponentialCone} \\
405
405
& \b egin{bmatrix}
406
406
0.0 + 1.0 x^2\\
407
407
0.0 + 1.0 y\\
@@ -410,7 +410,7 @@ function test_latex()
410
410
1.0\\
411
411
0.0 + 1.0 x^2\\
412
412
0.0 + 1.0 y\e nd{bmatrix} \i n \t ext{ExponentialCone()} \\
413
- & \t ext{VariableIndex-in-GreaterThan{Float64}} \\
413
+ & \t ext{VariableIndex-in-GreaterThan\ { Float64\ } } \\
414
414
& x \g e 0.1 \\
415
415
& \t ext{VariableIndex-in-Integer} \\
416
416
& z \i n \m athbb{Z} \\
@@ -597,12 +597,12 @@ function test_nlp()
597
597
$$ \b egin{aligned}
598
598
\m in\q uad & x_{1} \t imes x_{4} \t imes (x_{1} + x_{2} + x_{3}) + x_{3} \\
599
599
\t ext{Subject to}\\
600
- & \t ext{VariableIndex-in-GreaterThan{Float64}} \\
600
+ & \t ext{VariableIndex-in-GreaterThan\ { Float64\ } } \\
601
601
& x_{1} \g e 1.1 \\
602
602
& x_{2} \g e 1.2 \\
603
603
& x_{3} \g e 1.3 \\
604
604
& x_{4} \g e 1.4 \\
605
- & \t ext{VariableIndex-in-LessThan{Float64}} \\
605
+ & \t ext{VariableIndex-in-LessThan\ { Float64\ } } \\
606
606
& x_{1} \l e 5.1 \\
607
607
& x_{2} \l e 5.2 \\
608
608
& x_{3} \l e 5.3 \\
0 commit comments