@@ -384,24 +384,24 @@ function test_latex()
384384 $$ \b egin{aligned}
385385 \m in\q uad & 2.0 + 1.0 x + 3.1 y - 1.2 z \\
386386 \t ext{Subject to}\\
387- & \t ext{ScalarAffineFunction{Float64}-in-EqualTo{Float64}} \\
387+ & \t ext{ScalarAffineFunction\ { Float64\ } -in-EqualTo\ { Float64\ } } \\
388388 & 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\ } } \\
390390 & 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\ } } \\
392392 & 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\ } } \\
394394 & 0.0 + 1.0 y - 1.0 z + 2.0 x^2 \l e 1.0 \\
395395 & \t ext{VectorOfVariables-in-SecondOrderCone} \\
396396 & \b egin{bmatrix}
397397 x\\
398398 y\e nd{bmatrix} \i n \t ext{SecondOrderCone(2)} \\
399- & \t ext{VectorAffineFunction{Float64}-in-SecondOrderCone} \\
399+ & \t ext{VectorAffineFunction\ { Float64\ } -in-SecondOrderCone} \\
400400 & \b egin{bmatrix}
401401 1.0\\
402402 0.0 + 1.0 x\\
403403 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} \\
405405 & \b egin{bmatrix}
406406 0.0 + 1.0 x^2\\
407407 0.0 + 1.0 y\\
@@ -410,7 +410,7 @@ function test_latex()
410410 1.0\\
411411 0.0 + 1.0 x^2\\
412412 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\ } } \\
414414 & x \g e 0.1 \\
415415 & \t ext{VariableIndex-in-Integer} \\
416416 & z \i n \m athbb{Z} \\
@@ -597,12 +597,12 @@ function test_nlp()
597597 $$ \b egin{aligned}
598598 \m in\q uad & x_{1} \t imes x_{4} \t imes (x_{1} + x_{2} + x_{3}) + x_{3} \\
599599 \t ext{Subject to}\\
600- & \t ext{VariableIndex-in-GreaterThan{Float64}} \\
600+ & \t ext{VariableIndex-in-GreaterThan\ { Float64\ } } \\
601601 & x_{1} \g e 1.1 \\
602602 & x_{2} \g e 1.2 \\
603603 & x_{3} \g e 1.3 \\
604604 & x_{4} \g e 1.4 \\
605- & \t ext{VariableIndex-in-LessThan{Float64}} \\
605+ & \t ext{VariableIndex-in-LessThan\ { Float64\ } } \\
606606 & x_{1} \l e 5.1 \\
607607 & x_{2} \l e 5.2 \\
608608 & x_{3} \l e 5.3 \\
0 commit comments