casadi 3.6.5__cp27-none-manylinux1_i686.whl → 3.6.7__cp27-none-manylinux1_i686.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (132) hide show
  1. casadi/_casadi.so +0 -0
  2. casadi/casadi.py +737 -306
  3. casadi/cbc +0 -0
  4. casadi/clp +0 -0
  5. casadi/cmake/casadi-config-version.cmake +1 -1
  6. casadi/include/casadi/casadi.i +3 -0
  7. casadi/include/casadi/casadi_c.h +2 -0
  8. casadi/include/casadi/config.h +8 -8
  9. casadi/include/casadi/core/casadi_common.hpp +1 -0
  10. casadi/include/casadi/core/casadi_misc.hpp +52 -0
  11. casadi/include/casadi/core/casadi_types.hpp +3 -2
  12. casadi/include/casadi/core/code_generator.hpp +30 -1
  13. casadi/include/casadi/core/global_options.hpp +2 -0
  14. casadi/include/casadi/core/mx.hpp +18 -3
  15. casadi/include/casadi/core/optistack.hpp +23 -0
  16. casadi/include/casadi/core/runtime/casadi_nlp.hpp +19 -4
  17. casadi/include/casadi/core/runtime/casadi_ocp_block.hpp +55 -0
  18. casadi/include/casadi/core/runtime/casadi_oracle.hpp +44 -0
  19. casadi/include/casadi/core/runtime/casadi_oracle_callback.hpp +39 -0
  20. casadi/include/casadi/core/runtime/casadi_runtime.hpp +4 -1
  21. casadi/include/casadi/core/runtime/casadi_scaled_copy.hpp +31 -0
  22. casadi/include/casadi/core/serializing_stream.hpp +2 -2
  23. casadi/include/casadi/core/sparsity.hpp +7 -0
  24. casadi/include/casadi/doc.i +1513 -1016
  25. casadi/include/casadi/doc_merged.i +965 -719
  26. casadi/include/casadi/mem.h +1 -0
  27. casadi/include/daqp/api.h +46 -0
  28. casadi/include/daqp/auxiliary.h +29 -0
  29. casadi/include/daqp/bnb.h +32 -0
  30. casadi/include/daqp/codegen.h +18 -0
  31. casadi/include/daqp/constants.h +92 -0
  32. casadi/include/daqp/daqp.h +22 -0
  33. casadi/include/daqp/daqp_prox.h +18 -0
  34. casadi/include/daqp/factorization.h +18 -0
  35. casadi/include/daqp/types.h +161 -0
  36. casadi/include/daqp/utils.h +44 -0
  37. casadi/include/licenses/daqp-external/LICENSE +21 -0
  38. casadi/include/osqp/constants.h +2 -3
  39. casadi/include/osqp/version.h +9 -0
  40. casadi/lib/libtinyxml2.a +0 -0
  41. casadi/libCbcSolver.so +0 -0
  42. casadi/libCbcSolver.so.3 +0 -0
  43. casadi/libCbcSolver.so.3.10.11 +0 -0
  44. casadi/libClpSolver.so +0 -0
  45. casadi/libClpSolver.so.1 +0 -0
  46. casadi/libClpSolver.so.1.14.9 +0 -0
  47. casadi/libbonmin.so +0 -0
  48. casadi/libbonmin.so.4 +0 -0
  49. casadi/libbonmin.so.4.8.9 +0 -0
  50. casadi/libcasadi.so +0 -0
  51. casadi/libcasadi.so.3.7 +0 -0
  52. casadi/libcasadi_conic_cbc.so +0 -0
  53. casadi/libcasadi_conic_cbc.so.3.7 +0 -0
  54. casadi/libcasadi_conic_clp.so +0 -0
  55. casadi/libcasadi_conic_clp.so.3.7 +0 -0
  56. casadi/libcasadi_conic_daqp.so +0 -0
  57. casadi/libcasadi_conic_daqp.so.3.7 +0 -0
  58. casadi/libcasadi_conic_gurobi.so +0 -0
  59. casadi/libcasadi_conic_gurobi.so.3.7 +0 -0
  60. casadi/libcasadi_conic_ipqp.so +0 -0
  61. casadi/libcasadi_conic_ipqp.so.3.7 +0 -0
  62. casadi/libcasadi_conic_nlpsol.so +0 -0
  63. casadi/libcasadi_conic_nlpsol.so.3.7 +0 -0
  64. casadi/libcasadi_conic_osqp.so +0 -0
  65. casadi/libcasadi_conic_osqp.so.3.7 +0 -0
  66. casadi/libcasadi_conic_qpoases.so +0 -0
  67. casadi/libcasadi_conic_qpoases.so.3.7 +0 -0
  68. casadi/libcasadi_conic_qrqp.so +0 -0
  69. casadi/libcasadi_conic_qrqp.so.3.7 +0 -0
  70. casadi/libcasadi_conic_superscs.so +0 -0
  71. casadi/libcasadi_conic_superscs.so.3.7 +0 -0
  72. casadi/libcasadi_integrator_collocation.so +0 -0
  73. casadi/libcasadi_integrator_collocation.so.3.7 +0 -0
  74. casadi/libcasadi_integrator_cvodes.so +0 -0
  75. casadi/libcasadi_integrator_cvodes.so.3.7 +0 -0
  76. casadi/libcasadi_integrator_idas.so +0 -0
  77. casadi/libcasadi_integrator_idas.so.3.7 +0 -0
  78. casadi/libcasadi_integrator_rk.so +0 -0
  79. casadi/libcasadi_integrator_rk.so.3.7 +0 -0
  80. casadi/libcasadi_nlpsol_ampl.so +0 -0
  81. casadi/libcasadi_nlpsol_ampl.so.3.7 +0 -0
  82. casadi/libcasadi_nlpsol_blocksqp.so +0 -0
  83. casadi/libcasadi_nlpsol_blocksqp.so.3.7 +0 -0
  84. casadi/libcasadi_nlpsol_bonmin.so +0 -0
  85. casadi/libcasadi_nlpsol_bonmin.so.3.7 +0 -0
  86. casadi/libcasadi_nlpsol_feasiblesqpmethod.so +0 -0
  87. casadi/libcasadi_nlpsol_feasiblesqpmethod.so.3.7 +0 -0
  88. casadi/libcasadi_nlpsol_ipopt.so +0 -0
  89. casadi/libcasadi_nlpsol_ipopt.so.3.7 +0 -0
  90. casadi/libcasadi_nlpsol_knitro.so +0 -0
  91. casadi/libcasadi_nlpsol_knitro.so.3.7 +0 -0
  92. casadi/libcasadi_nlpsol_madnlp.so +0 -0
  93. casadi/libcasadi_nlpsol_madnlp.so.3.7 +0 -0
  94. casadi/libcasadi_nlpsol_qrsqp.so +0 -0
  95. casadi/libcasadi_nlpsol_qrsqp.so.3.7 +0 -0
  96. casadi/libcasadi_nlpsol_scpgen.so +0 -0
  97. casadi/libcasadi_nlpsol_scpgen.so.3.7 +0 -0
  98. casadi/libcasadi_nlpsol_snopt.so +0 -0
  99. casadi/libcasadi_nlpsol_snopt.so.3.7 +0 -0
  100. casadi/libcasadi_nlpsol_sqpmethod.so +0 -0
  101. casadi/libcasadi_nlpsol_sqpmethod.so.3.7 +0 -0
  102. casadi/libcasadi_nlpsol_worhp.so +0 -0
  103. casadi/libcasadi_nlpsol_worhp.so.3.7 +0 -0
  104. casadi/libcasadi_rootfinder_fast_newton.so +0 -0
  105. casadi/libcasadi_rootfinder_fast_newton.so.3.7 +0 -0
  106. casadi/libcasadi_rootfinder_kinsol.so +0 -0
  107. casadi/libcasadi_rootfinder_kinsol.so.3.7 +0 -0
  108. casadi/libcasadi_rootfinder_newton.so +0 -0
  109. casadi/libcasadi_rootfinder_newton.so.3.7 +0 -0
  110. casadi/libcasadi_rootfinder_nlpsol.so +0 -0
  111. casadi/libcasadi_rootfinder_nlpsol.so.3.7 +0 -0
  112. casadi/libcasadi_sundials_common.so +0 -0
  113. casadi/libcasadi_sundials_common.so.3.7 +0 -0
  114. casadi/libcoinmetis.la +1 -1
  115. casadi/libcoinmetis.so +0 -0
  116. casadi/libcoinmetis.so.2 +0 -0
  117. casadi/libcoinmetis.so.2.0.0 +0 -0
  118. casadi/libdaqp.so +0 -0
  119. casadi/libdaqpstat.a +0 -0
  120. casadi/libindirect.a +0 -0
  121. casadi/liblinsys.a +0 -0
  122. casadi/libmatlab_ipc.so +0 -0
  123. casadi/libosqp.a +0 -0
  124. casadi/libosqp.so +0 -0
  125. casadi/libqdldl.a +0 -0
  126. casadi/libsuperscs.a +0 -0
  127. casadi/pkgconfig/casadi.pc +1 -1
  128. casadi/tools/__init__.py +4 -0
  129. casadi/tools/bounds.py +3 -3
  130. {casadi-3.6.5.dist-info → casadi-3.6.7.dist-info}/METADATA +2 -2
  131. {casadi-3.6.5.dist-info → casadi-3.6.7.dist-info}/RECORD +132 -109
  132. {casadi-3.6.5.dist-info → casadi-3.6.7.dist-info}/WHEEL +0 -0
casadi/casadi.py CHANGED
@@ -111,6 +111,7 @@ SOLVER_RET_UNKNOWN = _casadi.SOLVER_RET_UNKNOWN
111
111
  SOLVER_RET_LIMITED = _casadi.SOLVER_RET_LIMITED
112
112
  SOLVER_RET_NAN = _casadi.SOLVER_RET_NAN
113
113
  SOLVER_RET_INFEASIBLE = _casadi.SOLVER_RET_INFEASIBLE
114
+ SOLVER_RET_EXCEPTION = _casadi.SOLVER_RET_EXCEPTION
114
115
 
115
116
 
116
117
  import contextlib
@@ -14195,7 +14196,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
14195
14196
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L241
14196
14197
 
14197
14198
  Implementation:
14198
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L841-L843
14199
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L845-L847
14199
14200
 
14200
14201
 
14201
14202
 
@@ -14220,7 +14221,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
14220
14221
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L246
14221
14222
 
14222
14223
  Implementation:
14223
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L845-L847
14224
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L849-L851
14224
14225
 
14225
14226
 
14226
14227
 
@@ -14420,6 +14421,31 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
14420
14421
  return _casadi.MX_is_output(self, *args)
14421
14422
 
14422
14423
 
14424
+ def has_output(self, *args):
14425
+ """
14426
+ [INTERNAL]
14427
+
14428
+ ::
14429
+
14430
+ has_output(self) -> bool
14431
+
14432
+ Check if a multiple output node.
14433
+
14434
+ Extra doc: https://github.com/casadi/casadi/wiki/L_284
14435
+
14436
+ Doc source:
14437
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L280
14438
+
14439
+ Implementation:
14440
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L762-L764
14441
+
14442
+
14443
+
14444
+
14445
+ """
14446
+ return _casadi.MX_has_output(self, *args)
14447
+
14448
+
14423
14449
  def which_output(self, *args):
14424
14450
  """
14425
14451
  [INTERNAL]
@@ -14432,10 +14458,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
14432
14458
  is_output() is true.
14433
14459
 
14434
14460
  Doc source:
14435
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L278
14461
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L283
14436
14462
 
14437
14463
  Implementation:
14438
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L762-L764
14464
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L766-L768
14439
14465
 
14440
14466
 
14441
14467
 
@@ -14455,10 +14481,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
14455
14481
  Is it a certain operation.
14456
14482
 
14457
14483
  Doc source:
14458
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L281
14484
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L286
14459
14485
 
14460
14486
  Implementation:
14461
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L766-L768
14487
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L770-L772
14462
14488
 
14463
14489
 
14464
14490
 
@@ -14478,10 +14504,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
14478
14504
  Check if multiplication.
14479
14505
 
14480
14506
  Doc source:
14481
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L284
14507
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L289
14482
14508
 
14483
14509
  Implementation:
14484
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L770-L772
14510
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L774-L776
14485
14511
 
14486
14512
 
14487
14513
 
@@ -14501,10 +14527,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
14501
14527
  Check if commutative operation.
14502
14528
 
14503
14529
  Doc source:
14504
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L287
14530
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L292
14505
14531
 
14506
14532
  Implementation:
14507
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L822-L827
14533
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L826-L831
14508
14534
 
14509
14535
 
14510
14536
 
@@ -14524,10 +14550,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
14524
14550
  Check if norm.
14525
14551
 
14526
14552
  Doc source:
14527
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L290
14553
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L295
14528
14554
 
14529
14555
  Implementation:
14530
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L774-L776
14556
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L778-L780
14531
14557
 
14532
14558
 
14533
14559
 
@@ -14553,10 +14579,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
14553
14579
  Extra doc: https://github.com/casadi/casadi/wiki/L_qn
14554
14580
 
14555
14581
  Doc source:
14556
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L297
14582
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L302
14557
14583
 
14558
14584
  Implementation:
14559
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L897-L899
14585
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L901-L903
14560
14586
 
14561
14587
 
14562
14588
 
@@ -14578,10 +14604,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
14578
14604
  Extra doc: https://github.com/casadi/casadi/wiki/L_qo
14579
14605
 
14580
14606
  Doc source:
14581
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L302
14607
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L307
14582
14608
 
14583
14609
  Implementation:
14584
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L901-L903
14610
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L905-L907
14585
14611
 
14586
14612
 
14587
14613
 
@@ -14603,10 +14629,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
14603
14629
  Extra doc: https://github.com/casadi/casadi/wiki/L_qp
14604
14630
 
14605
14631
  Doc source:
14606
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L307
14632
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L312
14607
14633
 
14608
14634
  Implementation:
14609
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L905-L911
14635
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L909-L915
14610
14636
 
14611
14637
 
14612
14638
 
@@ -14621,6 +14647,8 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
14621
14647
 
14622
14648
  ::
14623
14649
 
14650
+ split_primitives(self, DM x) -> [DM]
14651
+ split_primitives(self, SX x) -> [SX]
14624
14652
  split_primitives(self, MX x) -> [MX]
14625
14653
 
14626
14654
  Split up an expression along symbolic primitives.
@@ -14628,11 +14656,83 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
14628
14656
  Extra doc: https://github.com/casadi/casadi/wiki/L_qq
14629
14657
 
14630
14658
  Doc source:
14631
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L312
14659
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L320
14632
14660
 
14633
14661
  Implementation:
14634
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L913-L919
14662
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L933-L939
14663
+
14664
+
14665
+
14666
+ .......
14667
+
14668
+ ::
14669
+
14670
+ split_primitives(self, DM x)
14671
+
14672
+
14673
+
14674
+ [INTERNAL]
14675
+ Split up an expression along symbolic primitives.
14635
14676
 
14677
+ Extra doc: https://github.com/casadi/casadi/wiki/L_qq
14678
+
14679
+ Doc source:
14680
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L320
14681
+
14682
+ Implementation:
14683
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L933-L939
14684
+
14685
+
14686
+
14687
+ .............
14688
+
14689
+
14690
+ .......
14691
+
14692
+ ::
14693
+
14694
+ split_primitives(self, SX x)
14695
+
14696
+
14697
+
14698
+ [INTERNAL]
14699
+ Split up an expression along symbolic primitives.
14700
+
14701
+ Extra doc: https://github.com/casadi/casadi/wiki/L_qq
14702
+
14703
+ Doc source:
14704
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L319
14705
+
14706
+ Implementation:
14707
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L925-L931
14708
+
14709
+
14710
+
14711
+ .............
14712
+
14713
+
14714
+ .......
14715
+
14716
+ ::
14717
+
14718
+ split_primitives(self, MX x)
14719
+
14720
+
14721
+
14722
+ [INTERNAL]
14723
+ Split up an expression along symbolic primitives.
14724
+
14725
+ Extra doc: https://github.com/casadi/casadi/wiki/L_qq
14726
+
14727
+ Doc source:
14728
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L318
14729
+
14730
+ Implementation:
14731
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L917-L923
14732
+
14733
+
14734
+
14735
+ .............
14636
14736
 
14637
14737
 
14638
14738
 
@@ -14646,6 +14746,8 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
14646
14746
 
14647
14747
  ::
14648
14748
 
14749
+ join_primitives(self, [DM] v) -> DM
14750
+ join_primitives(self, [SX] v) -> SX
14649
14751
  join_primitives(self, [MX] v) -> MX
14650
14752
 
14651
14753
  Join an expression along symbolic primitives.
@@ -14653,13 +14755,85 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
14653
14755
  Extra doc: https://github.com/casadi/casadi/wiki/L_qr
14654
14756
 
14655
14757
  Doc source:
14656
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L317
14758
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L329
14759
+
14760
+ Implementation:
14761
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L957-L963
14762
+
14763
+
14764
+
14765
+ .......
14766
+
14767
+ ::
14768
+
14769
+ join_primitives(self, [DM] v)
14770
+
14771
+
14772
+
14773
+ [INTERNAL]
14774
+ Join an expression along symbolic primitives.
14775
+
14776
+ Extra doc: https://github.com/casadi/casadi/wiki/L_qr
14777
+
14778
+ Doc source:
14779
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L329
14780
+
14781
+ Implementation:
14782
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L957-L963
14783
+
14784
+
14785
+
14786
+ .............
14787
+
14788
+
14789
+ .......
14790
+
14791
+ ::
14792
+
14793
+ join_primitives(self, [SX] v)
14794
+
14795
+
14796
+
14797
+ [INTERNAL]
14798
+ Join an expression along symbolic primitives.
14799
+
14800
+ Extra doc: https://github.com/casadi/casadi/wiki/L_qr
14801
+
14802
+ Doc source:
14803
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L328
14804
+
14805
+ Implementation:
14806
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L949-L955
14807
+
14808
+
14809
+
14810
+ .............
14811
+
14812
+
14813
+ .......
14814
+
14815
+ ::
14816
+
14817
+ join_primitives(self, [MX] v)
14818
+
14819
+
14820
+
14821
+ [INTERNAL]
14822
+ Join an expression along symbolic primitives.
14823
+
14824
+ Extra doc: https://github.com/casadi/casadi/wiki/L_qr
14825
+
14826
+ Doc source:
14827
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L327
14657
14828
 
14658
14829
  Implementation:
14659
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L921-L927
14830
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L941-L947
14660
14831
 
14661
14832
 
14662
14833
 
14834
+ .............
14835
+
14836
+
14663
14837
 
14664
14838
  """
14665
14839
  return _casadi.MX_join_primitives(self, *args)
@@ -14706,10 +14880,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
14706
14880
  Extra doc: https://github.com/casadi/casadi/wiki/L_qu
14707
14881
 
14708
14882
  Doc source:
14709
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L339
14883
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L352
14710
14884
 
14711
14885
  Implementation:
14712
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L937-L939
14886
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L973-L975
14713
14887
 
14714
14888
 
14715
14889
 
@@ -14731,10 +14905,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
14731
14905
  Extra doc: https://github.com/casadi/casadi/wiki/L_qv
14732
14906
 
14733
14907
  Doc source:
14734
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L344
14908
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L357
14735
14909
 
14736
14910
  Implementation:
14737
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L941-L947
14911
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L977-L983
14738
14912
 
14739
14913
 
14740
14914
 
@@ -14756,10 +14930,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
14756
14930
  Extra doc: https://github.com/casadi/casadi/wiki/L_qw
14757
14931
 
14758
14932
  Doc source:
14759
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L349
14933
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L362
14760
14934
 
14761
14935
  Implementation:
14762
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L949-L951
14936
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L985-L987
14763
14937
 
14764
14938
 
14765
14939
 
@@ -14781,10 +14955,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
14781
14955
  Extra doc: https://github.com/casadi/casadi/wiki/L_qx
14782
14956
 
14783
14957
  Doc source:
14784
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L354
14958
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L367
14785
14959
 
14786
14960
  Implementation:
14787
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L953-L955
14961
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L989-L991
14788
14962
 
14789
14963
 
14790
14964
 
@@ -14806,10 +14980,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
14806
14980
  Extra doc: https://github.com/casadi/casadi/wiki/L_qy
14807
14981
 
14808
14982
  Doc source:
14809
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L359
14983
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L372
14810
14984
 
14811
14985
  Implementation:
14812
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L957-L959
14986
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L993-L995
14813
14987
 
14814
14988
 
14815
14989
 
@@ -14829,10 +15003,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
14829
15003
  Checks if expression does not contain NaN or Inf.
14830
15004
 
14831
15005
  Doc source:
14832
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L362
15006
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L375
14833
15007
 
14834
15008
  Implementation:
14835
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L961-L967
15009
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L997-L1003
14836
15010
 
14837
15011
 
14838
15012
 
@@ -14852,10 +15026,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
14852
15026
  Is binary operation.
14853
15027
 
14854
15028
  Doc source:
14855
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L365
15029
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L378
14856
15030
 
14857
15031
  Implementation:
14858
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L786-L788
15032
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L790-L792
14859
15033
 
14860
15034
 
14861
15035
 
@@ -14875,10 +15049,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
14875
15049
  Is unary operation.
14876
15050
 
14877
15051
  Doc source:
14878
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L368
15052
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L381
14879
15053
 
14880
15054
  Implementation:
14881
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L790-L792
15055
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L794-L796
14882
15056
 
14883
15057
 
14884
15058
 
@@ -14898,10 +15072,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
14898
15072
  Get operation type.
14899
15073
 
14900
15074
  Doc source:
14901
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L371
15075
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L384
14902
15076
 
14903
15077
  Implementation:
14904
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L794-L796
15078
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L798-L800
14905
15079
 
14906
15080
 
14907
15081
 
@@ -14921,10 +15095,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
14921
15095
  Obtain information about node
14922
15096
 
14923
15097
  Doc source:
14924
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L374
15098
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L387
14925
15099
 
14926
15100
  Implementation:
14927
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L798-L800
15101
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L802-L804
14928
15102
 
14929
15103
 
14930
15104
 
@@ -14946,10 +15120,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
14946
15120
  Extra doc: https://github.com/casadi/casadi/wiki/L_qz
14947
15121
 
14948
15122
  Doc source:
14949
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L379
15123
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L392
14950
15124
 
14951
15125
  Implementation:
14952
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L802-L804
15126
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L806-L808
14953
15127
 
14954
15128
 
14955
15129
 
@@ -15014,7 +15188,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15014
15188
  Extra doc: https://github.com/casadi/casadi/wiki/L_r1
15015
15189
 
15016
15190
  Doc source:
15017
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L398
15191
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L411
15018
15192
 
15019
15193
  Implementation:
15020
15194
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L507-L532
@@ -15040,7 +15214,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15040
15214
  Extra doc: https://github.com/casadi/casadi/wiki/L_r1
15041
15215
 
15042
15216
  Doc source:
15043
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L399
15217
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L412
15044
15218
 
15045
15219
  Implementation:
15046
15220
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L534-L536
@@ -15068,7 +15242,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15068
15242
  Extra doc: https://github.com/casadi/casadi/wiki/L_r2
15069
15243
 
15070
15244
  Doc source:
15071
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L408
15245
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L421
15072
15246
 
15073
15247
  Implementation:
15074
15248
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L554-L556
@@ -15089,7 +15263,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15089
15263
  Extra doc: https://github.com/casadi/casadi/wiki/L_r2
15090
15264
 
15091
15265
  Doc source:
15092
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L407
15266
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L420
15093
15267
 
15094
15268
  Implementation:
15095
15269
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L550-L552
@@ -15113,7 +15287,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15113
15287
  Extra doc: https://github.com/casadi/casadi/wiki/L_r2
15114
15288
 
15115
15289
  Doc source:
15116
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L408
15290
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L421
15117
15291
 
15118
15292
  Implementation:
15119
15293
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L554-L556
@@ -15137,7 +15311,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15137
15311
  Extra doc: https://github.com/casadi/casadi/wiki/L_r2
15138
15312
 
15139
15313
  Doc source:
15140
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L406
15314
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L419
15141
15315
 
15142
15316
  Implementation:
15143
15317
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L558-L560
@@ -15168,7 +15342,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15168
15342
  Extra doc: https://github.com/casadi/casadi/wiki/L_r3
15169
15343
 
15170
15344
  Doc source:
15171
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L417
15345
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L430
15172
15346
 
15173
15347
  Implementation:
15174
15348
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L566-L568
@@ -15189,7 +15363,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15189
15363
  Extra doc: https://github.com/casadi/casadi/wiki/L_r3
15190
15364
 
15191
15365
  Doc source:
15192
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L416
15366
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L429
15193
15367
 
15194
15368
  Implementation:
15195
15369
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L562-L564
@@ -15213,7 +15387,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15213
15387
  Extra doc: https://github.com/casadi/casadi/wiki/L_r3
15214
15388
 
15215
15389
  Doc source:
15216
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L417
15390
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L430
15217
15391
 
15218
15392
  Implementation:
15219
15393
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L566-L568
@@ -15237,7 +15411,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15237
15411
  Extra doc: https://github.com/casadi/casadi/wiki/L_r3
15238
15412
 
15239
15413
  Doc source:
15240
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L415
15414
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L428
15241
15415
 
15242
15416
  Implementation:
15243
15417
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L570-L572
@@ -15293,7 +15467,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15293
15467
  Get a submatrix, two arguments
15294
15468
 
15295
15469
  Doc source:
15296
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L460
15470
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L473
15297
15471
 
15298
15472
  Implementation:
15299
15473
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L218-L221
@@ -15326,10 +15500,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15326
15500
  Get a submatrix, single argument
15327
15501
 
15328
15502
  Doc source:
15329
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L436
15503
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L449
15330
15504
 
15331
15505
  Implementation:
15332
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L436-L438
15506
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L449-L451
15333
15507
 
15334
15508
 
15335
15509
 
@@ -15348,7 +15522,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15348
15522
  Get a submatrix, single argument
15349
15523
 
15350
15524
  Doc source:
15351
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L434
15525
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L447
15352
15526
 
15353
15527
  Implementation:
15354
15528
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L194-L200
@@ -15370,7 +15544,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15370
15544
  Get a submatrix, single argument
15371
15545
 
15372
15546
  Doc source:
15373
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L432
15547
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L445
15374
15548
 
15375
15549
  Implementation:
15376
15550
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L171-L174
@@ -15392,7 +15566,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15392
15566
  Get a submatrix, single argument
15393
15567
 
15394
15568
  Doc source:
15395
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L435
15569
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L448
15396
15570
 
15397
15571
  Implementation:
15398
15572
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L202-L206
@@ -15414,10 +15588,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15414
15588
  Get a submatrix, two arguments
15415
15589
 
15416
15590
  Doc source:
15417
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L454
15591
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L467
15418
15592
 
15419
15593
  Implementation:
15420
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L454-L457
15594
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L467-L470
15421
15595
 
15422
15596
 
15423
15597
 
@@ -15436,10 +15610,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15436
15610
  Get a submatrix, two arguments
15437
15611
 
15438
15612
  Doc source:
15439
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L449
15613
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L462
15440
15614
 
15441
15615
  Implementation:
15442
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L449-L451
15616
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L462-L464
15443
15617
 
15444
15618
 
15445
15619
 
@@ -15458,10 +15632,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15458
15632
  Get a submatrix, two arguments
15459
15633
 
15460
15634
  Doc source:
15461
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L445
15635
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L458
15462
15636
 
15463
15637
  Implementation:
15464
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L445-L447
15638
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L458-L460
15465
15639
 
15466
15640
 
15467
15641
 
@@ -15480,7 +15654,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15480
15654
  Get a submatrix, two arguments
15481
15655
 
15482
15656
  Doc source:
15483
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L443
15657
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L456
15484
15658
 
15485
15659
  Implementation:
15486
15660
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L141-L144
@@ -15502,7 +15676,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15502
15676
  Get a submatrix, two arguments
15503
15677
 
15504
15678
  Doc source:
15505
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L459
15679
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L472
15506
15680
 
15507
15681
  Implementation:
15508
15682
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L208-L211
@@ -15524,7 +15698,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15524
15698
  Get a submatrix, two arguments
15525
15699
 
15526
15700
  Doc source:
15527
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L458
15701
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L471
15528
15702
 
15529
15703
  Implementation:
15530
15704
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L213-L216
@@ -15546,7 +15720,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15546
15720
  Get a submatrix, two arguments
15547
15721
 
15548
15722
  Doc source:
15549
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L460
15723
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L473
15550
15724
 
15551
15725
  Implementation:
15552
15726
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L218-L221
@@ -15602,7 +15776,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15602
15776
  Set a submatrix, single argument
15603
15777
 
15604
15778
  Doc source:
15605
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L467
15779
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L480
15606
15780
 
15607
15781
  Implementation:
15608
15782
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L371-L382
@@ -15624,7 +15798,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15624
15798
  Set a submatrix, single argument
15625
15799
 
15626
15800
  Doc source:
15627
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L465
15801
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L478
15628
15802
 
15629
15803
  Implementation:
15630
15804
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L298-L301
@@ -15646,7 +15820,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15646
15820
  Set a submatrix, two arguments
15647
15821
 
15648
15822
  Doc source:
15649
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L472
15823
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L485
15650
15824
 
15651
15825
  Implementation:
15652
15826
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L223-L226
@@ -15678,7 +15852,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15678
15852
  Get a set of nonzeros
15679
15853
 
15680
15854
  Doc source:
15681
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L488
15855
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L501
15682
15856
 
15683
15857
  Implementation:
15684
15858
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L427-L430
@@ -15708,10 +15882,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15708
15882
  Get a set of nonzeros
15709
15883
 
15710
15884
  Doc source:
15711
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L483
15885
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L496
15712
15886
 
15713
15887
  Implementation:
15714
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L483-L485
15888
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L496-L498
15715
15889
 
15716
15890
 
15717
15891
 
@@ -15730,7 +15904,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15730
15904
  Get a set of nonzeros
15731
15905
 
15732
15906
  Doc source:
15733
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L480
15907
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L493
15734
15908
 
15735
15909
  Implementation:
15736
15910
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L384-L387
@@ -15752,7 +15926,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15752
15926
  Get a set of nonzeros
15753
15927
 
15754
15928
  Doc source:
15755
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L482
15929
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L495
15756
15930
 
15757
15931
  Implementation:
15758
15932
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L422-L425
@@ -15774,7 +15948,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15774
15948
  Get a set of nonzeros
15775
15949
 
15776
15950
  Doc source:
15777
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L487
15951
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L500
15778
15952
 
15779
15953
  Implementation:
15780
15954
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L432-L435
@@ -15796,7 +15970,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15796
15970
  Get a set of nonzeros
15797
15971
 
15798
15972
  Doc source:
15799
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L486
15973
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L499
15800
15974
 
15801
15975
  Implementation:
15802
15976
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L437-L440
@@ -15818,7 +15992,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15818
15992
  Get a set of nonzeros
15819
15993
 
15820
15994
  Doc source:
15821
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L488
15995
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L501
15822
15996
 
15823
15997
  Implementation:
15824
15998
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L427-L430
@@ -15847,10 +16021,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15847
16021
  Set a set of nonzeros
15848
16022
 
15849
16023
  Doc source:
15850
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L496
16024
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L509
15851
16025
 
15852
16026
  Implementation:
15853
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L496-L496
16027
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L509-L509
15854
16028
 
15855
16029
 
15856
16030
 
@@ -15877,10 +16051,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15877
16051
  Set a set of nonzeros
15878
16052
 
15879
16053
  Doc source:
15880
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L496
16054
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L509
15881
16055
 
15882
16056
  Implementation:
15883
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L496-L496
16057
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L509-L509
15884
16058
 
15885
16059
 
15886
16060
 
@@ -15899,7 +16073,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15899
16073
  Set a set of nonzeros
15900
16074
 
15901
16075
  Doc source:
15902
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L493
16076
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L506
15903
16077
 
15904
16078
  Implementation:
15905
16079
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L442-L445
@@ -15921,7 +16095,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15921
16095
  Set a set of nonzeros
15922
16096
 
15923
16097
  Doc source:
15924
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L495
16098
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L508
15925
16099
 
15926
16100
  Implementation:
15927
16101
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L503-L505
@@ -15961,7 +16135,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15961
16135
  Extra doc: https://github.com/casadi/casadi/wiki/L_r5
15962
16136
 
15963
16137
  Doc source:
15964
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L520
16138
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L533
15965
16139
 
15966
16140
  Implementation:
15967
16141
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L646-L652
@@ -15993,7 +16167,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
15993
16167
  Extra doc: https://github.com/casadi/casadi/wiki/L_r5
15994
16168
 
15995
16169
  Doc source:
15996
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L520
16170
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L533
15997
16171
 
15998
16172
  Implementation:
15999
16173
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L646-L652
@@ -16028,7 +16202,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
16028
16202
  Extra doc: https://github.com/casadi/casadi/wiki/L_r5
16029
16203
 
16030
16204
  Doc source:
16031
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L514
16205
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L527
16032
16206
 
16033
16207
  Implementation:
16034
16208
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L638-L644
@@ -16103,7 +16277,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
16103
16277
  Extra doc: https://github.com/casadi/casadi/wiki/L_rg
16104
16278
 
16105
16279
  Doc source:
16106
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L851
16280
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L866
16107
16281
 
16108
16282
  Implementation:
16109
16283
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L699-L704
@@ -16132,7 +16306,7 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
16132
16306
  Extra doc: https://github.com/casadi/casadi/wiki/L_rh
16133
16307
 
16134
16308
  Doc source:
16135
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L858
16309
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L873
16136
16310
 
16137
16311
  Implementation:
16138
16312
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L706-L708
@@ -16157,10 +16331,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
16157
16331
  Extra doc: https://github.com/casadi/casadi/wiki/L_ri
16158
16332
 
16159
16333
  Doc source:
16160
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L866
16334
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L881
16161
16335
 
16162
16336
  Implementation:
16163
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L829-L831
16337
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L833-L835
16164
16338
 
16165
16339
 
16166
16340
 
@@ -16257,10 +16431,10 @@ class MX(GenericExpressionCommon, PrintableCommon, GenMX, SharedObject):
16257
16431
  Extra doc: https://github.com/casadi/casadi/wiki/L_rn
16258
16432
 
16259
16433
  Doc source:
16260
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L897
16434
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L912
16261
16435
 
16262
16436
  Implementation:
16263
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L2288-L2294
16437
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L2347-L2353
16264
16438
 
16265
16439
 
16266
16440
 
@@ -16615,7 +16789,7 @@ def MX_binary(*args):
16615
16789
  Extra doc: https://github.com/casadi/casadi/wiki/L_r1
16616
16790
 
16617
16791
  Doc source:
16618
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L398
16792
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L411
16619
16793
 
16620
16794
  Implementation:
16621
16795
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L507-L532
@@ -16639,7 +16813,7 @@ def MX_unary(*args):
16639
16813
  Extra doc: https://github.com/casadi/casadi/wiki/L_r1
16640
16814
 
16641
16815
  Doc source:
16642
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L399
16816
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L412
16643
16817
 
16644
16818
  Implementation:
16645
16819
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L534-L536
@@ -16665,7 +16839,7 @@ def MX_inf(*args):
16665
16839
  Extra doc: https://github.com/casadi/casadi/wiki/L_r2
16666
16840
 
16667
16841
  Doc source:
16668
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L408
16842
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L421
16669
16843
 
16670
16844
  Implementation:
16671
16845
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L554-L556
@@ -16686,7 +16860,7 @@ def MX_inf(*args):
16686
16860
  Extra doc: https://github.com/casadi/casadi/wiki/L_r2
16687
16861
 
16688
16862
  Doc source:
16689
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L407
16863
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L420
16690
16864
 
16691
16865
  Implementation:
16692
16866
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L550-L552
@@ -16710,7 +16884,7 @@ def MX_inf(*args):
16710
16884
  Extra doc: https://github.com/casadi/casadi/wiki/L_r2
16711
16885
 
16712
16886
  Doc source:
16713
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L408
16887
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L421
16714
16888
 
16715
16889
  Implementation:
16716
16890
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L554-L556
@@ -16734,7 +16908,7 @@ def MX_inf(*args):
16734
16908
  Extra doc: https://github.com/casadi/casadi/wiki/L_r2
16735
16909
 
16736
16910
  Doc source:
16737
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L406
16911
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L419
16738
16912
 
16739
16913
  Implementation:
16740
16914
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L558-L560
@@ -16763,7 +16937,7 @@ def MX_nan(*args):
16763
16937
  Extra doc: https://github.com/casadi/casadi/wiki/L_r3
16764
16938
 
16765
16939
  Doc source:
16766
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L417
16940
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L430
16767
16941
 
16768
16942
  Implementation:
16769
16943
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L566-L568
@@ -16784,7 +16958,7 @@ def MX_nan(*args):
16784
16958
  Extra doc: https://github.com/casadi/casadi/wiki/L_r3
16785
16959
 
16786
16960
  Doc source:
16787
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L416
16961
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L429
16788
16962
 
16789
16963
  Implementation:
16790
16964
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L562-L564
@@ -16808,7 +16982,7 @@ def MX_nan(*args):
16808
16982
  Extra doc: https://github.com/casadi/casadi/wiki/L_r3
16809
16983
 
16810
16984
  Doc source:
16811
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L417
16985
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L430
16812
16986
 
16813
16987
  Implementation:
16814
16988
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L566-L568
@@ -16832,7 +17006,7 @@ def MX_nan(*args):
16832
17006
  Extra doc: https://github.com/casadi/casadi/wiki/L_r3
16833
17007
 
16834
17008
  Doc source:
16835
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L415
17009
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L428
16836
17010
 
16837
17011
  Implementation:
16838
17012
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L570-L572
@@ -16884,7 +17058,7 @@ def MX_einstein(*args):
16884
17058
  Extra doc: https://github.com/casadi/casadi/wiki/L_r5
16885
17059
 
16886
17060
  Doc source:
16887
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L520
17061
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L533
16888
17062
 
16889
17063
  Implementation:
16890
17064
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L646-L652
@@ -16916,7 +17090,7 @@ def MX_einstein(*args):
16916
17090
  Extra doc: https://github.com/casadi/casadi/wiki/L_r5
16917
17091
 
16918
17092
  Doc source:
16919
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L520
17093
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L533
16920
17094
 
16921
17095
  Implementation:
16922
17096
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L646-L652
@@ -16951,7 +17125,7 @@ def MX_einstein(*args):
16951
17125
  Extra doc: https://github.com/casadi/casadi/wiki/L_r5
16952
17126
 
16953
17127
  Doc source:
16954
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L514
17128
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L527
16955
17129
 
16956
17130
  Implementation:
16957
17131
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L638-L644
@@ -24108,7 +24282,7 @@ def external(*args):
24108
24282
  https://github.com/casadi/casadi/blob/develop/casadi/core/external.hpp#L42
24109
24283
 
24110
24284
  Implementation:
24111
- https://github.com/casadi/casadi/blob/develop/casadi/core/external.cpp#L42-L45
24285
+ https://github.com/casadi/casadi/blob/develop/casadi/core/external.cpp#L42-L48
24112
24286
 
24113
24287
 
24114
24288
 
@@ -24138,10 +24312,10 @@ def external(*args):
24138
24312
  Extra doc: https://github.com/casadi/casadi/wiki/L_i0
24139
24313
 
24140
24314
  Doc source:
24141
- https://github.com/casadi/casadi/blob/develop/casadi/core/external.hpp#L47
24315
+ https://github.com/casadi/casadi/blob/develop/casadi/core/external.hpp#L50
24142
24316
 
24143
24317
  Implementation:
24144
- https://github.com/casadi/casadi/blob/develop/casadi/core/external.cpp#L47-L49
24318
+ https://github.com/casadi/casadi/blob/develop/casadi/core/external.cpp#L50-L52
24145
24319
 
24146
24320
 
24147
24321
 
@@ -24175,10 +24349,10 @@ def external(*args):
24175
24349
  Extra doc: https://github.com/casadi/casadi/wiki/L_i1
24176
24350
 
24177
24351
  Doc source:
24178
- https://github.com/casadi/casadi/blob/develop/casadi/core/external.hpp#L51
24352
+ https://github.com/casadi/casadi/blob/develop/casadi/core/external.hpp#L54
24179
24353
 
24180
24354
  Implementation:
24181
- https://github.com/casadi/casadi/blob/develop/casadi/core/external.cpp#L51-L54
24355
+ https://github.com/casadi/casadi/blob/develop/casadi/core/external.cpp#L54-L57
24182
24356
 
24183
24357
 
24184
24358
 
@@ -24204,7 +24378,7 @@ def external(*args):
24204
24378
  https://github.com/casadi/casadi/blob/develop/casadi/core/external.hpp#L42
24205
24379
 
24206
24380
  Implementation:
24207
- https://github.com/casadi/casadi/blob/develop/casadi/core/external.cpp#L42-L45
24381
+ https://github.com/casadi/casadi/blob/develop/casadi/core/external.cpp#L42-L48
24208
24382
 
24209
24383
 
24210
24384
 
@@ -25887,6 +26061,25 @@ def conic(*args):
25887
26061
  | | | available. | |
25888
26062
  | | | [default: true] | |
25889
26063
  +------------------+-----------------+------------------+------------------+
26064
+ | equality | OT_BOOLVECTOR | Indicate an | casadi::Conic |
26065
+ | | | upfront hint | |
26066
+ | | | which of the | |
26067
+ | | | constraints are | |
26068
+ | | | equalities. Some | |
26069
+ | | | solvers may be | |
26070
+ | | | able to exploit | |
26071
+ | | | this knowledge. | |
26072
+ | | | When true, the | |
26073
+ | | | corresponding | |
26074
+ | | | lower and upper | |
26075
+ | | | bounds are | |
26076
+ | | | assumed equal. | |
26077
+ | | | When false, the | |
26078
+ | | | corresponding | |
26079
+ | | | bounds may be | |
26080
+ | | | equal or | |
26081
+ | | | different. | |
26082
+ +------------------+-----------------+------------------+------------------+
25890
26083
  | error_on_fail | OT_BOOL | Throw exceptions | casadi::ProtoFun |
25891
26084
  | | | when function | ction |
25892
26085
  | | | evaluation fails | |
@@ -26164,6 +26357,8 @@ def conic(*args):
26164
26357
 
26165
26358
  - cplex
26166
26359
 
26360
+ - daqp
26361
+
26167
26362
  - fatrop
26168
26363
 
26169
26364
  - gurobi
@@ -26324,6 +26519,30 @@ def conic(*args):
26324
26519
 
26325
26520
 
26326
26521
 
26522
+ --------------------------------------------------------------------------------
26523
+
26524
+ daqp
26525
+ ----
26526
+
26527
+
26528
+
26529
+ Interface to Daqp solver for sparse Quadratic Programs, see daqp.dev
26530
+ for
26531
+ more information and https://www.maths.ed.ac.uk/hall/Daqp/DaqpOptions.html
26532
+ for a list of options.
26533
+
26534
+ Extra doc: https://github.com/casadi/casadi/wiki/L_27p
26535
+
26536
+ >List of available options
26537
+
26538
+ +------+---------+-------------------------------+
26539
+ | Id | Type | Description |
26540
+ +======+=========+===============================+
26541
+ | daqp | OT_DICT | Options to be passed to Daqp. |
26542
+ +------+---------+-------------------------------+
26543
+
26544
+
26545
+
26327
26546
  --------------------------------------------------------------------------------
26328
26547
 
26329
26548
  fatrop
@@ -26363,19 +26582,22 @@ def conic(*args):
26363
26582
 
26364
26583
  >List of available options
26365
26584
 
26366
- +--------+--------------+-----------------------------------------------+
26367
- | Id | Type | Description |
26368
- +========+==============+===============================================+
26369
- | N | OT_INT | OCP horizon |
26370
- +--------+--------------+-----------------------------------------------+
26371
- | fatrop | OT_DICT | Options to be passed to fatrop |
26372
- +--------+--------------+-----------------------------------------------+
26373
- | ng | OT_INTVECTOR | Number of non-dynamic constraints, length N+1 |
26374
- +--------+--------------+-----------------------------------------------+
26375
- | nu | OT_INTVECTOR | Number of controls, length N |
26376
- +--------+--------------+-----------------------------------------------+
26377
- | nx | OT_INTVECTOR | Number of states, length N+1 |
26378
- +--------+--------------+-----------------------------------------------+
26585
+ +---------------------+--------------+-------------------------------------+
26586
+ | Id | Type | Description |
26587
+ +=====================+==============+=====================================+
26588
+ | N | OT_INT | OCP horizon |
26589
+ +---------------------+--------------+-------------------------------------+
26590
+ | fatrop | OT_DICT | Options to be passed to fatrop |
26591
+ +---------------------+--------------+-------------------------------------+
26592
+ | ng | OT_INTVECTOR | Number of non-dynamic constraints, |
26593
+ | | | length N+1 |
26594
+ +---------------------+--------------+-------------------------------------+
26595
+ | nu | OT_INTVECTOR | Number of controls, length N |
26596
+ +---------------------+--------------+-------------------------------------+
26597
+ | nx | OT_INTVECTOR | Number of states, length N+1 |
26598
+ +---------------------+--------------+-------------------------------------+
26599
+ | structure_detection | OT_STRING | NONE | auto | manual |
26600
+ +---------------------+--------------+-------------------------------------+
26379
26601
 
26380
26602
 
26381
26603
 
@@ -27188,10 +27410,10 @@ def conic_options(*args):
27188
27410
  Extra doc: https://github.com/casadi/casadi/wiki/L_1ek
27189
27411
 
27190
27412
  Doc source:
27191
- https://github.com/casadi/casadi/blob/develop/casadi/core/conic.hpp#L542
27413
+ https://github.com/casadi/casadi/blob/develop/casadi/core/conic.hpp#L556
27192
27414
 
27193
27415
  Implementation:
27194
- https://github.com/casadi/casadi/blob/develop/casadi/core/conic.cpp#L542-L544
27416
+ https://github.com/casadi/casadi/blob/develop/casadi/core/conic.cpp#L556-L558
27195
27417
 
27196
27418
 
27197
27419
 
@@ -27212,10 +27434,10 @@ def conic_option_type(*args):
27212
27434
  Extra doc: https://github.com/casadi/casadi/wiki/L_1el
27213
27435
 
27214
27436
  Doc source:
27215
- https://github.com/casadi/casadi/blob/develop/casadi/core/conic.hpp#L546
27437
+ https://github.com/casadi/casadi/blob/develop/casadi/core/conic.hpp#L560
27216
27438
 
27217
27439
  Implementation:
27218
- https://github.com/casadi/casadi/blob/develop/casadi/core/conic.cpp#L546-L548
27440
+ https://github.com/casadi/casadi/blob/develop/casadi/core/conic.cpp#L560-L562
27219
27441
 
27220
27442
 
27221
27443
 
@@ -27236,10 +27458,10 @@ def conic_option_info(*args):
27236
27458
  Extra doc: https://github.com/casadi/casadi/wiki/L_1em
27237
27459
 
27238
27460
  Doc source:
27239
- https://github.com/casadi/casadi/blob/develop/casadi/core/conic.hpp#L550
27461
+ https://github.com/casadi/casadi/blob/develop/casadi/core/conic.hpp#L564
27240
27462
 
27241
27463
  Implementation:
27242
- https://github.com/casadi/casadi/blob/develop/casadi/core/conic.cpp#L550-L552
27464
+ https://github.com/casadi/casadi/blob/develop/casadi/core/conic.cpp#L564-L566
27243
27465
 
27244
27466
 
27245
27467
 
@@ -27687,6 +27909,25 @@ def nlpsol(*args):
27687
27909
  | | | available. | |
27688
27910
  | | | [default: true] | |
27689
27911
  +------------------+-----------------+------------------+------------------+
27912
+ | equality | OT_BOOLVECTOR | Indicate an | casadi::Nlpsol |
27913
+ | | | upfront hint | |
27914
+ | | | which of the | |
27915
+ | | | constraints are | |
27916
+ | | | equalities. Some | |
27917
+ | | | solvers may be | |
27918
+ | | | able to exploit | |
27919
+ | | | this knowledge. | |
27920
+ | | | When true, the | |
27921
+ | | | corresponding | |
27922
+ | | | lower and upper | |
27923
+ | | | bounds are | |
27924
+ | | | assumed equal. | |
27925
+ | | | When false, the | |
27926
+ | | | corresponding | |
27927
+ | | | bounds may be | |
27928
+ | | | equal or | |
27929
+ | | | different. | |
27930
+ +------------------+-----------------+------------------+------------------+
27690
27931
  | error_on_fail | OT_BOOL | Throw exceptions | casadi::ProtoFun |
27691
27932
  | | | when function | ction |
27692
27933
  | | | evaluation fails | |
@@ -28056,10 +28297,14 @@ def nlpsol(*args):
28056
28297
 
28057
28298
  - bonmin
28058
28299
 
28300
+ - fatrop
28301
+
28059
28302
  - ipopt
28060
28303
 
28061
28304
  - knitro
28062
28305
 
28306
+ - madnlp
28307
+
28063
28308
  - snopt
28064
28309
 
28065
28310
  - worhp
@@ -28414,6 +28659,90 @@ def nlpsol(*args):
28414
28659
 
28415
28660
 
28416
28661
 
28662
+ --------------------------------------------------------------------------------
28663
+
28664
+ fatrop
28665
+ ------
28666
+
28667
+
28668
+
28669
+ >List of available options
28670
+
28671
+ +---------------------+--------------+-------------------------------------+
28672
+ | Id | Type | Description |
28673
+ +=====================+==============+=====================================+
28674
+ | N | OT_INT | OCP horizon |
28675
+ +---------------------+--------------+-------------------------------------+
28676
+ | convexify_margin | OT_DOUBLE | When using a convexification |
28677
+ | | | strategy, make sure that the |
28678
+ | | | smallest eigenvalue is at least |
28679
+ | | | this (default: 1e-7). |
28680
+ +---------------------+--------------+-------------------------------------+
28681
+ | convexify_strategy | OT_STRING | NONE|regularize|eigen- |
28682
+ | | | reflect|eigen-clip. Strategy to |
28683
+ | | | convexify the Lagrange Hessian |
28684
+ | | | before passing it to the solver. |
28685
+ +---------------------+--------------+-------------------------------------+
28686
+ | debug | OT_BOOL | Produce debug information (default: |
28687
+ | | | false) |
28688
+ +---------------------+--------------+-------------------------------------+
28689
+ | fatrop | OT_DICT | Options to be passed to fatrop |
28690
+ +---------------------+--------------+-------------------------------------+
28691
+ | ng | OT_INTVECTOR | Number of non-dynamic constraints, |
28692
+ | | | length N+1 |
28693
+ +---------------------+--------------+-------------------------------------+
28694
+ | nu | OT_INTVECTOR | Number of controls, length N+1 |
28695
+ +---------------------+--------------+-------------------------------------+
28696
+ | nx | OT_INTVECTOR | Number of states, length N+1 |
28697
+ +---------------------+--------------+-------------------------------------+
28698
+ | structure_detection | OT_STRING | NONE | auto | manual |
28699
+ +---------------------+--------------+-------------------------------------+
28700
+
28701
+ Fatrop is a solver developed at KU Leuven by Lander Vanroye and Wilm
28702
+ Decre.
28703
+ The algorithm is based on IPOPT, but the linear algebra is much
28704
+ more
28705
+ efficient.
28706
+
28707
+ With structure_detection = 'none' (default), it will behave as a
28708
+ general-
28709
+ purpose dense nonlinear program solver.
28710
+
28711
+ With structure_detection = 'manual', you can specify a block
28712
+ structure.
28713
+
28714
+ Let's say you perform multiply shooting with a system
28715
+
28716
+ x_k+1 = A_k x_k + B_k u_k
28717
+
28718
+ Suppose your constraint Jacobian looks like:
28719
+
28720
+ ::
28721
+
28722
+ nx0 nu0 nx1 nu1 nx2 nu2
28723
+ -----------------------------
28724
+
28725
+
28726
+ nx1 |A0 B0 I0
28727
+ ng1 |C0 D0
28728
+ nx2 | A1 B1 I1
28729
+ ng2 | C1 D1
28730
+ ng3 | C2 D2
28731
+
28732
+ with n* capturing the number of states, inputs, and constraints in
28733
+ each
28734
+ block.
28735
+
28736
+ You can then specify this structure with:
28737
+
28738
+ N = 2 nx = [nx0 ,nx1, nx2] nu = [nu0, nu1, nu2] ng = [ng1, ng2, ng3]
28739
+
28740
+ With structure_detection = 'auto', the block-defining parameters nx,
28741
+ nu,
28742
+ ng, and N are automatically detected from the sparsity pattern.
28743
+
28744
+
28745
+
28417
28746
  --------------------------------------------------------------------------------
28418
28747
 
28419
28748
  ipopt
@@ -28573,6 +28902,37 @@ def nlpsol(*args):
28573
28902
 
28574
28903
 
28575
28904
 
28905
+ --------------------------------------------------------------------------------
28906
+
28907
+ madnlp
28908
+ ------
28909
+
28910
+
28911
+
28912
+ >List of available options
28913
+
28914
+ +--------------------+--------------+--------------------------------------+
28915
+ | Id | Type | Description |
28916
+ +====================+==============+======================================+
28917
+ | convexify_margin | OT_DOUBLE | When using a convexification |
28918
+ | | | strategy, make sure that the |
28919
+ | | | smallest eigenvalue is at least this |
28920
+ | | | (default: 1e-7). |
28921
+ +--------------------+--------------+--------------------------------------+
28922
+ | convexify_strategy | OT_STRING | NONE|regularize|eigen-reflect|eigen- |
28923
+ | | | clip. Strategy to convexify the |
28924
+ | | | Lagrange Hessian before passing it |
28925
+ | | | to the solver. |
28926
+ +--------------------+--------------+--------------------------------------+
28927
+ | madnlp | OT_DICT | Options to be passed to madnlp |
28928
+ +--------------------+--------------+--------------------------------------+
28929
+ | ng | OT_INTVECTOR | Number of constraints |
28930
+ +--------------------+--------------+--------------------------------------+
28931
+ | nw | OT_INTVECTOR | Number of variables |
28932
+ +--------------------+--------------+--------------------------------------+
28933
+
28934
+
28935
+
28576
28936
  --------------------------------------------------------------------------------
28577
28937
 
28578
28938
  snopt
@@ -29002,10 +29362,10 @@ def nlpsol(*args):
29002
29362
  Extra doc: https://github.com/casadi/casadi/wiki/L_21q
29003
29363
 
29004
29364
  Doc source:
29005
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L115
29365
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L120
29006
29366
 
29007
29367
  Implementation:
29008
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L115-L118
29368
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L120-L123
29009
29369
 
29010
29370
 
29011
29371
 
@@ -29073,10 +29433,10 @@ def nlpsol_in(*args):
29073
29433
  Extra doc: https://github.com/casadi/casadi/wiki/L_1t0
29074
29434
 
29075
29435
  Doc source:
29076
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L228
29436
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L233
29077
29437
 
29078
29438
  Implementation:
29079
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L228-L241
29439
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L233-L246
29080
29440
 
29081
29441
 
29082
29442
 
@@ -29120,10 +29480,10 @@ def nlpsol_in(*args):
29120
29480
  Extra doc: https://github.com/casadi/casadi/wiki/L_1sy
29121
29481
 
29122
29482
  Doc source:
29123
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L197
29483
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L202
29124
29484
 
29125
29485
  Implementation:
29126
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L197-L201
29486
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L202-L206
29127
29487
 
29128
29488
 
29129
29489
 
@@ -29170,10 +29530,10 @@ def nlpsol_in(*args):
29170
29530
  Extra doc: https://github.com/casadi/casadi/wiki/L_1t0
29171
29531
 
29172
29532
  Doc source:
29173
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L228
29533
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L233
29174
29534
 
29175
29535
  Implementation:
29176
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L228-L241
29536
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L233-L246
29177
29537
 
29178
29538
 
29179
29539
 
@@ -29222,10 +29582,10 @@ def nlpsol_out(*args):
29222
29582
  Extra doc: https://github.com/casadi/casadi/wiki/L_1t1
29223
29583
 
29224
29584
  Doc source:
29225
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L243
29585
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L248
29226
29586
 
29227
29587
  Implementation:
29228
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L243-L254
29588
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L248-L259
29229
29589
 
29230
29590
 
29231
29591
 
@@ -29267,10 +29627,10 @@ def nlpsol_out(*args):
29267
29627
  Extra doc: https://github.com/casadi/casadi/wiki/L_1sz
29268
29628
 
29269
29629
  Doc source:
29270
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L203
29630
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L208
29271
29631
 
29272
29632
  Implementation:
29273
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L203-L207
29633
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L208-L212
29274
29634
 
29275
29635
 
29276
29636
 
@@ -29315,10 +29675,10 @@ def nlpsol_out(*args):
29315
29675
  Extra doc: https://github.com/casadi/casadi/wiki/L_1t1
29316
29676
 
29317
29677
  Doc source:
29318
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L243
29678
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L248
29319
29679
 
29320
29680
  Implementation:
29321
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L243-L254
29681
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L248-L259
29322
29682
 
29323
29683
 
29324
29684
 
@@ -29342,10 +29702,10 @@ def nlpsol_n_in(*args):
29342
29702
  Extra doc: https://github.com/casadi/casadi/wiki/L_1t2
29343
29703
 
29344
29704
  Doc source:
29345
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L256
29705
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L261
29346
29706
 
29347
29707
  Implementation:
29348
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L256-L258
29708
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L261-L263
29349
29709
 
29350
29710
 
29351
29711
 
@@ -29366,10 +29726,10 @@ def nlpsol_n_out(*args):
29366
29726
  Extra doc: https://github.com/casadi/casadi/wiki/L_1t3
29367
29727
 
29368
29728
  Doc source:
29369
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L260
29729
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L265
29370
29730
 
29371
29731
  Implementation:
29372
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L260-L262
29732
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L265-L267
29373
29733
 
29374
29734
 
29375
29735
 
@@ -29391,10 +29751,10 @@ def nlpsol_default_in(*args):
29391
29751
  Extra doc: https://github.com/casadi/casadi/wiki/L_1t4
29392
29752
 
29393
29753
  Doc source:
29394
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L222
29754
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L227
29395
29755
 
29396
29756
  Implementation:
29397
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L222-L226
29757
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L227-L231
29398
29758
 
29399
29759
 
29400
29760
 
@@ -29412,10 +29772,10 @@ def nlpsol_default_in(*args):
29412
29772
  Extra doc: https://github.com/casadi/casadi/wiki/L_1t4
29413
29773
 
29414
29774
  Doc source:
29415
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L222
29775
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L227
29416
29776
 
29417
29777
  Implementation:
29418
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L222-L226
29778
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L227-L231
29419
29779
 
29420
29780
 
29421
29781
 
@@ -29436,10 +29796,10 @@ def nlpsol_default_in(*args):
29436
29796
  Extra doc: https://github.com/casadi/casadi/wiki/L_1t4
29437
29797
 
29438
29798
  Doc source:
29439
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L209
29799
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L214
29440
29800
 
29441
29801
  Implementation:
29442
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L209-L220
29802
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L214-L225
29443
29803
 
29444
29804
 
29445
29805
 
@@ -29463,10 +29823,10 @@ def nlpsol_options(*args):
29463
29823
  Extra doc: https://github.com/casadi/casadi/wiki/L_1t5
29464
29824
 
29465
29825
  Doc source:
29466
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L801
29826
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L825
29467
29827
 
29468
29828
  Implementation:
29469
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L801-L803
29829
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L825-L827
29470
29830
 
29471
29831
 
29472
29832
 
@@ -29487,10 +29847,10 @@ def nlpsol_option_type(*args):
29487
29847
  Extra doc: https://github.com/casadi/casadi/wiki/L_1t6
29488
29848
 
29489
29849
  Doc source:
29490
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L805
29850
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L829
29491
29851
 
29492
29852
  Implementation:
29493
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L805-L807
29853
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L829-L831
29494
29854
 
29495
29855
 
29496
29856
 
@@ -29511,10 +29871,10 @@ def nlpsol_option_info(*args):
29511
29871
  Extra doc: https://github.com/casadi/casadi/wiki/L_1t7
29512
29872
 
29513
29873
  Doc source:
29514
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L809
29874
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.hpp#L833
29515
29875
 
29516
29876
  Implementation:
29517
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L809-L811
29877
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlpsol.cpp#L833-L835
29518
29878
 
29519
29879
 
29520
29880
 
@@ -33731,7 +34091,7 @@ class CodeGenerator(_object):
33731
34091
  https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.hpp#L69
33732
34092
 
33733
34093
  Implementation:
33734
- https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L986-L1006
34094
+ https://github.com/casadi/casadi/blob/develop/casadi/core/code_generator.cpp#L999-L1019
33735
34095
 
33736
34096
 
33737
34097
 
@@ -35896,10 +36256,10 @@ def symvar(*args):
35896
36256
  Extra doc: https://github.com/casadi/casadi/wiki/L_1u
35897
36257
 
35898
36258
  Doc source:
35899
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L525
36259
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L548
35900
36260
 
35901
36261
  Implementation:
35902
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L432-L438
36262
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L440-L446
35903
36263
 
35904
36264
 
35905
36265
 
@@ -35999,10 +36359,10 @@ def linspace(*args):
35999
36359
 
36000
36360
 
36001
36361
  Doc source:
36002
- https://github.com/casadi/casadi/blob/develop/casadi/core/casadi_misc.hpp#L784
36362
+ https://github.com/casadi/casadi/blob/develop/casadi/core/casadi_misc.hpp#L836
36003
36363
 
36004
36364
  Implementation:
36005
- https://github.com/casadi/casadi/blob/develop/casadi/core/casadi_misc.hpp#L784-L795
36365
+ https://github.com/casadi/casadi/blob/develop/casadi/core/casadi_misc.hpp#L836-L847
36006
36366
 
36007
36367
 
36008
36368
 
@@ -36729,10 +37089,10 @@ def solve(*args):
36729
37089
 
36730
37090
 
36731
37091
  Doc source:
36732
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L204
37092
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L221
36733
37093
 
36734
37094
  Implementation:
36735
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L153-L159
37095
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L161-L167
36736
37096
 
36737
37097
 
36738
37098
 
@@ -37270,10 +37630,10 @@ def diff(*args):
37270
37630
  Extra doc: https://github.com/casadi/casadi/wiki/L_1ln
37271
37631
 
37272
37632
  Doc source:
37273
- https://github.com/casadi/casadi/blob/develop/casadi/core/casadi_misc.hpp#L886
37633
+ https://github.com/casadi/casadi/blob/develop/casadi/core/casadi_misc.hpp#L938
37274
37634
 
37275
37635
  Implementation:
37276
- https://github.com/casadi/casadi/blob/develop/casadi/core/casadi_misc.hpp#L886-L893
37636
+ https://github.com/casadi/casadi/blob/develop/casadi/core/casadi_misc.hpp#L938-L945
37277
37637
 
37278
37638
 
37279
37639
 
@@ -37295,10 +37655,10 @@ def cumsum(*args):
37295
37655
  Extra doc: https://github.com/casadi/casadi/wiki/L_1lm
37296
37656
 
37297
37657
  Doc source:
37298
- https://github.com/casadi/casadi/blob/develop/casadi/core/casadi_misc.hpp#L864
37658
+ https://github.com/casadi/casadi/blob/develop/casadi/core/casadi_misc.hpp#L916
37299
37659
 
37300
37660
  Implementation:
37301
- https://github.com/casadi/casadi/blob/develop/casadi/core/casadi_misc.hpp#L864-L872
37661
+ https://github.com/casadi/casadi/blob/develop/casadi/core/casadi_misc.hpp#L916-L924
37302
37662
 
37303
37663
 
37304
37664
 
@@ -37334,7 +37694,7 @@ def einstein(*args):
37334
37694
  Extra doc: https://github.com/casadi/casadi/wiki/L_r5
37335
37695
 
37336
37696
  Doc source:
37337
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L520
37697
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L533
37338
37698
 
37339
37699
  Implementation:
37340
37700
  https://github.com/casadi/casadi/blob/develop/casadi/core/mx.cpp#L646-L652
@@ -37411,10 +37771,10 @@ def evalf(*args):
37411
37771
  Extra doc: https://github.com/casadi/casadi/wiki/L_rf
37412
37772
 
37413
37773
  Doc source:
37414
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L802
37774
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L816
37415
37775
 
37416
37776
  Implementation:
37417
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L802-L804
37777
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L816-L818
37418
37778
 
37419
37779
 
37420
37780
 
@@ -37489,10 +37849,10 @@ def reverse(*args):
37489
37849
  Extra doc: https://github.com/casadi/casadi/wiki/L_1la
37490
37850
 
37491
37851
  Doc source:
37492
- https://github.com/casadi/casadi/blob/develop/casadi/core/casadi_misc.hpp#L530
37852
+ https://github.com/casadi/casadi/blob/develop/casadi/core/casadi_misc.hpp#L582
37493
37853
 
37494
37854
  Implementation:
37495
- https://github.com/casadi/casadi/blob/develop/casadi/core/casadi_misc.hpp#L530-L534
37855
+ https://github.com/casadi/casadi/blob/develop/casadi/core/casadi_misc.hpp#L582-L586
37496
37856
 
37497
37857
 
37498
37858
 
@@ -38415,10 +38775,10 @@ def find(*args):
38415
38775
  Extra doc: https://github.com/casadi/casadi/wiki/L_1le
38416
38776
 
38417
38777
  Doc source:
38418
- https://github.com/casadi/casadi/blob/develop/casadi/core/casadi_misc.hpp#L559
38778
+ https://github.com/casadi/casadi/blob/develop/casadi/core/casadi_misc.hpp#L611
38419
38779
 
38420
38780
  Implementation:
38421
- https://github.com/casadi/casadi/blob/develop/casadi/core/casadi_misc.hpp#L559-L565
38781
+ https://github.com/casadi/casadi/blob/develop/casadi/core/casadi_misc.hpp#L611-L617
38422
38782
 
38423
38783
 
38424
38784
 
@@ -38440,10 +38800,10 @@ def low(*args):
38440
38800
  Extra doc: https://github.com/casadi/casadi/wiki/L_r8
38441
38801
 
38442
38802
  Doc source:
38443
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L699
38803
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L713
38444
38804
 
38445
38805
  Implementation:
38446
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L699-L701
38806
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L713-L715
38447
38807
 
38448
38808
 
38449
38809
 
@@ -38463,10 +38823,10 @@ def inv_node(*args):
38463
38823
  Extra doc: https://github.com/casadi/casadi/wiki/L_re
38464
38824
 
38465
38825
  Doc source:
38466
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L793
38826
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L807
38467
38827
 
38468
38828
  Implementation:
38469
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L793-L795
38829
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L807-L809
38470
38830
 
38471
38831
 
38472
38832
 
@@ -38491,10 +38851,10 @@ def matrix_expand(*args):
38491
38851
  Extra doc: https://github.com/casadi/casadi/wiki/L_rc
38492
38852
 
38493
38853
  Doc source:
38494
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L745
38854
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L759
38495
38855
 
38496
38856
  Implementation:
38497
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L745-L749
38857
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L759-L763
38498
38858
 
38499
38859
 
38500
38860
 
@@ -38519,10 +38879,10 @@ def graph_substitute(*args):
38519
38879
  Extra doc: https://github.com/casadi/casadi/wiki/L_ra
38520
38880
 
38521
38881
  Doc source:
38522
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L720
38882
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L734
38523
38883
 
38524
38884
  Implementation:
38525
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L720-L724
38885
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L734-L738
38526
38886
 
38527
38887
 
38528
38888
 
@@ -38572,10 +38932,10 @@ def stop_diff(*args):
38572
38932
  Extra doc: https://github.com/casadi/casadi/wiki/L_25o
38573
38933
 
38574
38934
  Doc source:
38575
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L835
38935
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L849
38576
38936
 
38577
38937
  Implementation:
38578
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L835-L837
38938
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L849-L851
38579
38939
 
38580
38940
 
38581
38941
 
@@ -38583,6 +38943,28 @@ def stop_diff(*args):
38583
38943
  """
38584
38944
  return _casadi.stop_diff(*args)
38585
38945
 
38946
+ def difference(*args):
38947
+ """
38948
+ \\bried Return all elements of a that do not occur in b, preserving
38949
+
38950
+ ::
38951
+
38952
+ difference([MX] a, [MX] b) -> [MX]
38953
+
38954
+ order
38955
+
38956
+ Doc source:
38957
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L854
38958
+
38959
+ Implementation:
38960
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L854-L856
38961
+
38962
+
38963
+
38964
+
38965
+ """
38966
+ return _casadi.difference(*args)
38967
+
38586
38968
  def no_hess(*args):
38587
38969
  """
38588
38970
  Stop second derivatives of an expression wrt to all its symbolic
@@ -38598,10 +38980,10 @@ def no_hess(*args):
38598
38980
  Extra doc: https://github.com/casadi/casadi/wiki/L_25n
38599
38981
 
38600
38982
  Doc source:
38601
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L827
38983
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L841
38602
38984
 
38603
38985
  Implementation:
38604
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L827-L829
38986
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L841-L843
38605
38987
 
38606
38988
 
38607
38989
 
@@ -38624,10 +39006,10 @@ def no_grad(*args):
38624
39006
  Extra doc: https://github.com/casadi/casadi/wiki/L_25m
38625
39007
 
38626
39008
  Doc source:
38627
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L818
39009
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L832
38628
39010
 
38629
39011
  Implementation:
38630
- https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L818-L820
39012
+ https://github.com/casadi/casadi/blob/develop/casadi/core/mx.hpp#L832-L834
38631
39013
 
38632
39014
 
38633
39015
 
@@ -41720,10 +42102,10 @@ def detect_simple_bounds(*args):
41720
42102
  Extra doc: https://github.com/casadi/casadi/wiki/L_1sw
41721
42103
 
41722
42104
  Doc source:
41723
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlp_tools.hpp#L207
42105
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlp_tools.hpp#L217
41724
42106
 
41725
42107
  Implementation:
41726
- https://github.com/casadi/casadi/blob/develop/casadi/core/nlp_tools.cpp#L207-L215
42108
+ https://github.com/casadi/casadi/blob/develop/casadi/core/nlp_tools.cpp#L217-L225
41727
42109
 
41728
42110
 
41729
42111
 
@@ -47845,7 +48227,7 @@ class Opti(PrintableCommon, SharedObject):
47845
48227
  https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L200
47846
48228
 
47847
48229
  Implementation:
47848
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L145-L151
48230
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L153-L159
47849
48231
 
47850
48232
 
47851
48233
 
@@ -47868,7 +48250,7 @@ class Opti(PrintableCommon, SharedObject):
47868
48250
  https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L200
47869
48251
 
47870
48252
  Implementation:
47871
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L145-L151
48253
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L153-L159
47872
48254
 
47873
48255
 
47874
48256
 
@@ -47906,6 +48288,50 @@ class Opti(PrintableCommon, SharedObject):
47906
48288
  return _casadi.Opti_set_value(self, *args)
47907
48289
 
47908
48290
 
48291
+ def set_domain(self, *args):
48292
+ """
48293
+ [INTERNAL]
48294
+
48295
+ ::
48296
+
48297
+ set_domain(self, MX x, str domain)
48298
+
48299
+ Set domain of a decision variable.
48300
+
48301
+ Parameters:
48302
+ -----------
48303
+
48304
+ x:
48305
+ decision variable
48306
+
48307
+ type:
48308
+ 'real', 'integer' (default: real)
48309
+
48310
+
48311
+
48312
+ ::
48313
+
48314
+ * opti.set_domain(x, "real")
48315
+ * opti.set_domain(x, "integer")
48316
+ *
48317
+
48318
+
48319
+
48320
+ Extra doc: https://github.com/casadi/casadi/wiki/L_27t
48321
+
48322
+ Doc source:
48323
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L215
48324
+
48325
+ Implementation:
48326
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L145-L151
48327
+
48328
+
48329
+
48330
+
48331
+ """
48332
+ return _casadi.Opti_set_domain(self, *args)
48333
+
48334
+
47909
48335
  def solve(self, *args):
47910
48336
  """
47911
48337
  [INTERNAL]
@@ -47917,10 +48343,10 @@ class Opti(PrintableCommon, SharedObject):
47917
48343
  Crunch the numbers; solve the problem.
47918
48344
 
47919
48345
  Doc source:
47920
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L204
48346
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L221
47921
48347
 
47922
48348
  Implementation:
47923
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L153-L159
48349
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L161-L167
47924
48350
 
47925
48351
 
47926
48352
 
@@ -47946,10 +48372,10 @@ class Opti(PrintableCommon, SharedObject):
47946
48372
  Extra doc: https://github.com/casadi/casadi/wiki/L_1e
47947
48373
 
47948
48374
  Doc source:
47949
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L212
48375
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L229
47950
48376
 
47951
48377
  Implementation:
47952
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L161-L167
48378
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L169-L175
47953
48379
 
47954
48380
 
47955
48381
 
@@ -47983,10 +48409,10 @@ class Opti(PrintableCommon, SharedObject):
47983
48409
  value
47984
48410
 
47985
48411
  Doc source:
47986
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L225
48412
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L242
47987
48413
 
47988
48414
  Implementation:
47989
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L186-L192
48415
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L194-L200
47990
48416
 
47991
48417
 
47992
48418
 
@@ -48014,10 +48440,10 @@ class Opti(PrintableCommon, SharedObject):
48014
48440
  value
48015
48441
 
48016
48442
  Doc source:
48017
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L224
48443
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L241
48018
48444
 
48019
48445
  Implementation:
48020
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L178-L184
48446
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L186-L192
48021
48447
 
48022
48448
 
48023
48449
 
@@ -48048,10 +48474,10 @@ class Opti(PrintableCommon, SharedObject):
48048
48474
  value
48049
48475
 
48050
48476
  Doc source:
48051
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L225
48477
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L242
48052
48478
 
48053
48479
  Implementation:
48054
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L186-L192
48480
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L194-L200
48055
48481
 
48056
48482
 
48057
48483
 
@@ -48082,10 +48508,10 @@ class Opti(PrintableCommon, SharedObject):
48082
48508
  value
48083
48509
 
48084
48510
  Doc source:
48085
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L223
48511
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L240
48086
48512
 
48087
48513
  Implementation:
48088
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L169-L175
48514
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L177-L183
48089
48515
 
48090
48516
 
48091
48517
 
@@ -48114,10 +48540,10 @@ class Opti(PrintableCommon, SharedObject):
48114
48540
  Extra doc: https://github.com/casadi/casadi/wiki/L_1f
48115
48541
 
48116
48542
  Doc source:
48117
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L234
48543
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L251
48118
48544
 
48119
48545
  Implementation:
48120
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L194-L200
48546
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L202-L208
48121
48547
 
48122
48548
 
48123
48549
 
@@ -48148,10 +48574,10 @@ class Opti(PrintableCommon, SharedObject):
48148
48574
  Extra doc: https://github.com/casadi/casadi/wiki/L_1g
48149
48575
 
48150
48576
  Doc source:
48151
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L242
48577
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L259
48152
48578
 
48153
48579
  Implementation:
48154
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L202-L208
48580
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L210-L216
48155
48581
 
48156
48582
 
48157
48583
 
@@ -48173,10 +48599,10 @@ class Opti(PrintableCommon, SharedObject):
48173
48599
  Extra doc: https://github.com/casadi/casadi/wiki/L_266
48174
48600
 
48175
48601
  Doc source:
48176
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L247
48602
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L264
48177
48603
 
48178
48604
  Implementation:
48179
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L210-L216
48605
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L218-L224
48180
48606
 
48181
48607
 
48182
48608
 
@@ -48198,10 +48624,10 @@ class Opti(PrintableCommon, SharedObject):
48198
48624
  Extra doc: https://github.com/casadi/casadi/wiki/L_267
48199
48625
 
48200
48626
  Doc source:
48201
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L252
48627
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L269
48202
48628
 
48203
48629
  Implementation:
48204
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L218-L224
48630
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L226-L232
48205
48631
 
48206
48632
 
48207
48633
 
@@ -48241,10 +48667,10 @@ class Opti(PrintableCommon, SharedObject):
48241
48667
  Extra doc: https://github.com/casadi/casadi/wiki/L_1h
48242
48668
 
48243
48669
  Doc source:
48244
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L262
48670
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L279
48245
48671
 
48246
48672
  Implementation:
48247
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L234-L240
48673
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L242-L248
48248
48674
 
48249
48675
 
48250
48676
 
@@ -48266,10 +48692,10 @@ class Opti(PrintableCommon, SharedObject):
48266
48692
  Extra doc: https://github.com/casadi/casadi/wiki/L_268
48267
48693
 
48268
48694
  Doc source:
48269
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L267
48695
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L284
48270
48696
 
48271
48697
  Implementation:
48272
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L242-L248
48698
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L250-L256
48273
48699
 
48274
48700
 
48275
48701
 
@@ -48291,10 +48717,10 @@ class Opti(PrintableCommon, SharedObject):
48291
48717
  Extra doc: https://github.com/casadi/casadi/wiki/L_269
48292
48718
 
48293
48719
  Doc source:
48294
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L272
48720
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L289
48295
48721
 
48296
48722
  Implementation:
48297
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L250-L256
48723
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L258-L264
48298
48724
 
48299
48725
 
48300
48726
 
@@ -48316,10 +48742,10 @@ class Opti(PrintableCommon, SharedObject):
48316
48742
  Extra doc: https://github.com/casadi/casadi/wiki/L_26a
48317
48743
 
48318
48744
  Doc source:
48319
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L277
48745
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L294
48320
48746
 
48321
48747
  Implementation:
48322
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L258-L264
48748
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L266-L272
48323
48749
 
48324
48750
 
48325
48751
 
@@ -48342,10 +48768,10 @@ class Opti(PrintableCommon, SharedObject):
48342
48768
  Extra doc: https://github.com/casadi/casadi/wiki/L_26b
48343
48769
 
48344
48770
  Doc source:
48345
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L282
48771
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L299
48346
48772
 
48347
48773
  Implementation:
48348
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L266-L272
48774
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L274-L280
48349
48775
 
48350
48776
 
48351
48777
 
@@ -48367,10 +48793,10 @@ class Opti(PrintableCommon, SharedObject):
48367
48793
  Extra doc: https://github.com/casadi/casadi/wiki/L_26c
48368
48794
 
48369
48795
  Doc source:
48370
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L287
48796
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L304
48371
48797
 
48372
48798
  Implementation:
48373
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L274-L280
48799
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L282-L288
48374
48800
 
48375
48801
 
48376
48802
 
@@ -48392,10 +48818,10 @@ class Opti(PrintableCommon, SharedObject):
48392
48818
  Extra doc: https://github.com/casadi/casadi/wiki/L_26d
48393
48819
 
48394
48820
  Doc source:
48395
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L292
48821
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L309
48396
48822
 
48397
48823
  Implementation:
48398
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L282-L288
48824
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L290-L296
48399
48825
 
48400
48826
 
48401
48827
 
@@ -48417,10 +48843,10 @@ class Opti(PrintableCommon, SharedObject):
48417
48843
  Extra doc: https://github.com/casadi/casadi/wiki/L_26e
48418
48844
 
48419
48845
  Doc source:
48420
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L297
48846
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L314
48421
48847
 
48422
48848
  Implementation:
48423
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L290-L296
48849
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L298-L304
48424
48850
 
48425
48851
 
48426
48852
 
@@ -48442,10 +48868,10 @@ class Opti(PrintableCommon, SharedObject):
48442
48868
  Extra doc: https://github.com/casadi/casadi/wiki/L_26f
48443
48869
 
48444
48870
  Doc source:
48445
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L302
48871
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L319
48446
48872
 
48447
48873
  Implementation:
48448
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L298-L304
48874
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L306-L312
48449
48875
 
48450
48876
 
48451
48877
 
@@ -48491,10 +48917,10 @@ class Opti(PrintableCommon, SharedObject):
48491
48917
  Extra doc: https://github.com/casadi/casadi/wiki/L_1i
48492
48918
 
48493
48919
  Doc source:
48494
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L314
48920
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L331
48495
48921
 
48496
48922
  Implementation:
48497
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L315-L321
48923
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L323-L329
48498
48924
 
48499
48925
 
48500
48926
 
@@ -48535,10 +48961,10 @@ class Opti(PrintableCommon, SharedObject):
48535
48961
  Extra doc: https://github.com/casadi/casadi/wiki/L_1j
48536
48962
 
48537
48963
  Doc source:
48538
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L336
48964
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L353
48539
48965
 
48540
48966
  Implementation:
48541
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L341-L361
48967
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L349-L369
48542
48968
 
48543
48969
 
48544
48970
 
@@ -48573,10 +48999,10 @@ class Opti(PrintableCommon, SharedObject):
48573
48999
  Extra doc: https://github.com/casadi/casadi/wiki/L_1j
48574
49000
 
48575
49001
  Doc source:
48576
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L326
49002
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L343
48577
49003
 
48578
49004
  Implementation:
48579
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L335-L339
49005
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L343-L347
48580
49006
 
48581
49007
 
48582
49008
 
@@ -48614,10 +49040,10 @@ class Opti(PrintableCommon, SharedObject):
48614
49040
  Extra doc: https://github.com/casadi/casadi/wiki/L_1j
48615
49041
 
48616
49042
  Doc source:
48617
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L336
49043
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L353
48618
49044
 
48619
49045
  Implementation:
48620
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L341-L361
49046
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L349-L369
48621
49047
 
48622
49048
 
48623
49049
 
@@ -48655,10 +49081,10 @@ class Opti(PrintableCommon, SharedObject):
48655
49081
  Extra doc: https://github.com/casadi/casadi/wiki/L_1j
48656
49082
 
48657
49083
  Doc source:
48658
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L330
49084
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L347
48659
49085
 
48660
49086
  Implementation:
48661
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L323-L333
49087
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L331-L341
48662
49088
 
48663
49089
 
48664
49090
 
@@ -48706,10 +49132,10 @@ class Opti(PrintableCommon, SharedObject):
48706
49132
  Extra doc: https://github.com/casadi/casadi/wiki/L_1l
48707
49133
 
48708
49134
  Doc source:
48709
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L362
49135
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L379
48710
49136
 
48711
49137
  Implementation:
48712
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L733-L735
49138
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L741-L743
48713
49139
 
48714
49140
 
48715
49141
 
@@ -48739,10 +49165,10 @@ class Opti(PrintableCommon, SharedObject):
48739
49165
  Extra doc: https://github.com/casadi/casadi/wiki/L_1m
48740
49166
 
48741
49167
  Doc source:
48742
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L372
49168
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L389
48743
49169
 
48744
49170
  Implementation:
48745
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L736-L738
49171
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L744-L746
48746
49172
 
48747
49173
 
48748
49174
 
@@ -48768,10 +49194,10 @@ class Opti(PrintableCommon, SharedObject):
48768
49194
  Extra doc: https://github.com/casadi/casadi/wiki/L_1n
48769
49195
 
48770
49196
  Doc source:
48771
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L380
49197
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L397
48772
49198
 
48773
49199
  Implementation:
48774
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L739-L741
49200
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L747-L749
48775
49201
 
48776
49202
 
48777
49203
 
@@ -48807,10 +49233,10 @@ class Opti(PrintableCommon, SharedObject):
48807
49233
  Extra doc: https://github.com/casadi/casadi/wiki/L_1o
48808
49234
 
48809
49235
  Doc source:
48810
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L388
49236
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L405
48811
49237
 
48812
49238
  Implementation:
48813
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L379-L385
49239
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L387-L393
48814
49240
 
48815
49241
 
48816
49242
 
@@ -48846,10 +49272,10 @@ class Opti(PrintableCommon, SharedObject):
48846
49272
  Get user data.
48847
49273
 
48848
49274
  Doc source:
48849
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L391
49275
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L408
48850
49276
 
48851
49277
  Implementation:
48852
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L392-L398
49278
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L400-L406
48853
49279
 
48854
49280
 
48855
49281
 
@@ -48869,10 +49295,10 @@ class Opti(PrintableCommon, SharedObject):
48869
49295
  Readable name of the class.
48870
49296
 
48871
49297
  Doc source:
48872
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L394
49298
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L411
48873
49299
 
48874
49300
  Implementation:
48875
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L394-L394
49301
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L411-L411
48876
49302
 
48877
49303
 
48878
49304
 
@@ -48892,10 +49318,10 @@ class Opti(PrintableCommon, SharedObject):
48892
49318
  Print representation.
48893
49319
 
48894
49320
  Doc source:
48895
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L397
49321
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L414
48896
49322
 
48897
49323
  Implementation:
48898
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L636-L656
49324
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L644-L664
48899
49325
 
48900
49326
 
48901
49327
 
@@ -48915,10 +49341,10 @@ class Opti(PrintableCommon, SharedObject):
48915
49341
  Get string representation.
48916
49342
 
48917
49343
  Doc source:
48918
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L400
49344
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L417
48919
49345
 
48920
49346
  Implementation:
48921
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L658-L662
49347
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L666-L670
48922
49348
 
48923
49349
 
48924
49350
 
@@ -48943,10 +49369,10 @@ class Opti(PrintableCommon, SharedObject):
48943
49369
  Extra doc: https://github.com/casadi/casadi/wiki/L_1p
48944
49370
 
48945
49371
  Doc source:
48946
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L409
49372
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L426
48947
49373
 
48948
49374
  Implementation:
48949
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L371-L377
49375
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L379-L385
48950
49376
 
48951
49377
 
48952
49378
 
@@ -48966,10 +49392,10 @@ class Opti(PrintableCommon, SharedObject):
48966
49392
  Extra doc: https://github.com/casadi/casadi/wiki/L_1p
48967
49393
 
48968
49394
  Doc source:
48969
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L409
49395
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L426
48970
49396
 
48971
49397
  Implementation:
48972
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L371-L377
49398
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L379-L385
48973
49399
 
48974
49400
 
48975
49401
 
@@ -48992,10 +49418,10 @@ class Opti(PrintableCommon, SharedObject):
48992
49418
  Extra doc: https://github.com/casadi/casadi/wiki/L_1p
48993
49419
 
48994
49420
  Doc source:
48995
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L408
49421
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L425
48996
49422
 
48997
49423
  Implementation:
48998
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L363-L369
49424
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L371-L377
48999
49425
 
49000
49426
 
49001
49427
 
@@ -49224,6 +49650,8 @@ OPTI_UNKNOWN = _casadi.OPTI_UNKNOWN
49224
49650
  OPTI_VAR = _casadi.OPTI_VAR
49225
49651
  OPTI_PAR = _casadi.OPTI_PAR
49226
49652
  OPTI_DUAL_G = _casadi.OPTI_DUAL_G
49653
+ OPTI_DOMAIN_REAL = _casadi.OPTI_DOMAIN_REAL
49654
+ OPTI_DOMAIN_INTEGER = _casadi.OPTI_DOMAIN_INTEGER
49227
49655
  class IndexAbstraction(_object):
49228
49656
  """
49229
49657
 
@@ -49375,6 +49803,9 @@ class MetaVar(IndexAbstraction):
49375
49803
  __swig_getmethods__["type"] = _casadi.MetaVar_type_get
49376
49804
  if _newclass:
49377
49805
  type = _swig_property(_casadi.MetaVar_type_get)
49806
+ __swig_getmethods__["domain"] = _casadi.MetaVar_domain_get
49807
+ if _newclass:
49808
+ domain = _swig_property(_casadi.MetaVar_domain_get)
49378
49809
  __swig_getmethods__["count"] = _casadi.MetaVar_count_get
49379
49810
  if _newclass:
49380
49811
  count = _swig_property(_casadi.MetaVar_count_get)
@@ -49504,10 +49935,10 @@ class OptiAdvanced(Opti):
49504
49935
  Get the underlying CasADi solver of the Opti stack.
49505
49936
 
49506
49937
  Doc source:
49507
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L511
49938
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L534
49508
49939
 
49509
49940
  Implementation:
49510
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L400-L406
49941
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L408-L414
49511
49942
 
49512
49943
 
49513
49944
 
@@ -49528,10 +49959,10 @@ class OptiAdvanced(Opti):
49528
49959
  not variables
49529
49960
 
49530
49961
  Doc source:
49531
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L514
49962
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L537
49532
49963
 
49533
49964
  Implementation:
49534
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L408-L414
49965
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L416-L422
49535
49966
 
49536
49967
 
49537
49968
 
@@ -49558,10 +49989,10 @@ class OptiAdvanced(Opti):
49558
49989
  Extra doc: https://github.com/casadi/casadi/wiki/L_1u
49559
49990
 
49560
49991
  Doc source:
49561
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L525
49992
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L548
49562
49993
 
49563
49994
  Implementation:
49564
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L432-L438
49995
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L440-L446
49565
49996
 
49566
49997
 
49567
49998
 
@@ -49582,10 +50013,10 @@ class OptiAdvanced(Opti):
49582
50013
  Extra doc: https://github.com/casadi/casadi/wiki/L_1u
49583
50014
 
49584
50015
  Doc source:
49585
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L523
50016
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L546
49586
50017
 
49587
50018
  Implementation:
49588
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L416-L422
50019
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L424-L430
49589
50020
 
49590
50021
 
49591
50022
 
@@ -49609,10 +50040,10 @@ class OptiAdvanced(Opti):
49609
50040
  Extra doc: https://github.com/casadi/casadi/wiki/L_1u
49610
50041
 
49611
50042
  Doc source:
49612
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L524
50043
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L547
49613
50044
 
49614
50045
  Implementation:
49615
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L424-L430
50046
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L432-L438
49616
50047
 
49617
50048
 
49618
50049
 
@@ -49636,10 +50067,10 @@ class OptiAdvanced(Opti):
49636
50067
  Extra doc: https://github.com/casadi/casadi/wiki/L_1u
49637
50068
 
49638
50069
  Doc source:
49639
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L525
50070
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L548
49640
50071
 
49641
50072
  Implementation:
49642
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L432-L438
50073
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L440-L446
49643
50074
 
49644
50075
 
49645
50076
 
@@ -49662,10 +50093,10 @@ class OptiAdvanced(Opti):
49662
50093
  Interpret an expression (for internal use only)
49663
50094
 
49664
50095
  Doc source:
49665
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L529
50096
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L552
49666
50097
 
49667
50098
  Implementation:
49668
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L440-L446
50099
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L448-L454
49669
50100
 
49670
50101
 
49671
50102
 
@@ -49685,10 +50116,10 @@ class OptiAdvanced(Opti):
49685
50116
  Get meta-data of symbol (for internal use only)
49686
50117
 
49687
50118
  Doc source:
49688
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L532
50119
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L555
49689
50120
 
49690
50121
  Implementation:
49691
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L448-L454
50122
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L456-L462
49692
50123
 
49693
50124
 
49694
50125
 
@@ -49708,10 +50139,10 @@ class OptiAdvanced(Opti):
49708
50139
  Get meta-data of symbol (for internal use only)
49709
50140
 
49710
50141
  Doc source:
49711
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L535
50142
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L558
49712
50143
 
49713
50144
  Implementation:
49714
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L456-L462
50145
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L464-L470
49715
50146
 
49716
50147
 
49717
50148
 
@@ -49731,10 +50162,10 @@ class OptiAdvanced(Opti):
49731
50162
  Set meta-data of an expression.
49732
50163
 
49733
50164
  Doc source:
49734
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L538
50165
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L561
49735
50166
 
49736
50167
  Implementation:
49737
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L464-L470
50168
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L472-L478
49738
50169
 
49739
50170
 
49740
50171
 
@@ -49754,10 +50185,10 @@ class OptiAdvanced(Opti):
49754
50185
  Set meta-data of an expression.
49755
50186
 
49756
50187
  Doc source:
49757
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L541
50188
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L564
49758
50189
 
49759
50190
  Implementation:
49760
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L472-L478
50191
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L480-L486
49761
50192
 
49762
50193
 
49763
50194
 
@@ -50016,10 +50447,10 @@ class OptiAdvanced(Opti):
50016
50447
  Fix the structure of the optimization problem.
50017
50448
 
50018
50449
  Doc source:
50019
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L572
50450
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L595
50020
50451
 
50021
50452
  Implementation:
50022
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L664-L670
50453
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L672-L678
50023
50454
 
50024
50455
 
50025
50456
 
@@ -50307,10 +50738,10 @@ class OptiSol(PrintableCommon):
50307
50738
  value
50308
50739
 
50309
50740
  Doc source:
50310
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L622
50741
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L645
50311
50742
 
50312
50743
  Implementation:
50313
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L760-L762
50744
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L768-L770
50314
50745
 
50315
50746
 
50316
50747
 
@@ -50338,10 +50769,10 @@ class OptiSol(PrintableCommon):
50338
50769
  value
50339
50770
 
50340
50771
  Doc source:
50341
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L621
50772
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L644
50342
50773
 
50343
50774
  Implementation:
50344
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L757-L759
50775
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L765-L767
50345
50776
 
50346
50777
 
50347
50778
 
@@ -50372,10 +50803,10 @@ class OptiSol(PrintableCommon):
50372
50803
  value
50373
50804
 
50374
50805
  Doc source:
50375
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L622
50806
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L645
50376
50807
 
50377
50808
  Implementation:
50378
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L760-L762
50809
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L768-L770
50379
50810
 
50380
50811
 
50381
50812
 
@@ -50406,10 +50837,10 @@ class OptiSol(PrintableCommon):
50406
50837
  value
50407
50838
 
50408
50839
  Doc source:
50409
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L620
50840
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L643
50410
50841
 
50411
50842
  Implementation:
50412
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L754-L756
50843
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L762-L764
50413
50844
 
50414
50845
 
50415
50846
 
@@ -50432,10 +50863,10 @@ class OptiSol(PrintableCommon):
50432
50863
  get assignment expressions for the optimal solution
50433
50864
 
50434
50865
  Doc source:
50435
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L626
50866
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L649
50436
50867
 
50437
50868
  Implementation:
50438
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L764-L766
50869
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L772-L774
50439
50870
 
50440
50871
 
50441
50872
 
@@ -50475,10 +50906,10 @@ class OptiSol(PrintableCommon):
50475
50906
  Extra doc: https://github.com/casadi/casadi/wiki/L_1w
50476
50907
 
50477
50908
  Doc source:
50478
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L635
50909
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.hpp#L658
50479
50910
 
50480
50911
  Implementation:
50481
- https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L772-L774
50912
+ https://github.com/casadi/casadi/blob/develop/casadi/core/optistack.cpp#L780-L782
50482
50913
 
50483
50914
 
50484
50915