Last active
August 12, 2018 12:51
-
-
Save saschatimme/735b24cc380d015792c5c5c0ee0b63da to your computer and use it in GitHub Desktop.
Package load regression
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import DynamicPolynomials | |
import MultivariatePolynomials |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[Base64]] | |
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" | |
[[Compat]] | |
deps = ["Base64", "Dates", "DelimitedFiles", "Distributed", "InteractiveUtils", "LibGit2", "Libdl", "LinearAlgebra", "Markdown", "Mmap", "Pkg", "Printf", "REPL", "Random", "Serialization", "SharedArrays", "Sockets", "SparseArrays", "Statistics", "Test", "UUIDs", "Unicode"] | |
git-tree-sha1 = "277d3807440d9793421354b6680911fc95d91a84" | |
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20" | |
version = "1.0.1" | |
[[Dates]] | |
deps = ["Printf"] | |
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a" | |
[[DelimitedFiles]] | |
deps = ["Mmap"] | |
uuid = "8bb1440f-4735-579b-a4ab-409b98df4dab" | |
[[Distributed]] | |
deps = ["LinearAlgebra", "Random", "Serialization", "Sockets"] | |
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b" | |
[[DynamicPolynomials]] | |
deps = ["LinearAlgebra", "MultivariatePolynomials", "Pkg", "Test"] | |
git-tree-sha1 = "8eb5b015728e0be701afc4c0b3727c3f7e6869a4" | |
uuid = "7c1d4256-1411-5781-91ec-d7bc3513ac07" | |
version = "0.1.1" | |
[[FixedPolynomials]] | |
deps = ["LinearAlgebra", "MultivariatePolynomials", "Test"] | |
git-tree-sha1 = "32ec33fe4387eb165461b7141d4be732097086ad" | |
uuid = "3dd14ad9-0029-526e-86e9-8aa0bdd2ab0d" | |
version = "0.4.0" | |
[[HomotopyContinuation]] | |
deps = ["DynamicPolynomials", "FixedPolynomials", "LinearAlgebra", "MultivariatePolynomials", "Printf", "ProgressMeter", "Random", "StaticPolynomials", "Test", "TreeViews"] | |
git-tree-sha1 = "515a29363360b93d5b5cf599ea666810fdd13982" | |
repo-rev = "b70b657cccc12798ee3cd8f94827fcf338456edb" | |
repo-url = "[email protected]:JuliaHomotopyContinuation/HomotopyContinuation.jl.git" | |
uuid = "f213a82b-91d6-5c5d-acf7-10f1c761b327" | |
version = "0.2.2+" | |
[[InteractiveUtils]] | |
deps = ["LinearAlgebra", "Markdown"] | |
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240" | |
[[LibGit2]] | |
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433" | |
[[Libdl]] | |
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb" | |
[[LinearAlgebra]] | |
deps = ["Libdl"] | |
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | |
[[Logging]] | |
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568" | |
[[Markdown]] | |
deps = ["Base64"] | |
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a" | |
[[Mmap]] | |
uuid = "a63ad114-7e13-5084-954f-fe012c677804" | |
[[MultivariatePolynomials]] | |
deps = ["LinearAlgebra", "Test"] | |
git-tree-sha1 = "24c6b770e06d1a05337c1ae3dddbfa9fec56093e" | |
uuid = "102ac46a-7ee4-5c85-9060-abc95bfdeaa3" | |
version = "0.2.0" | |
[[Pkg]] | |
deps = ["Dates", "LibGit2", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"] | |
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" | |
[[PolynomialTestSystems]] | |
deps = ["Compat", "DynamicPolynomials", "MultivariatePolynomials"] | |
git-tree-sha1 = "c222bc75cb76c90bf75ada218f8459c910f0a78a" | |
uuid = "4c526841-e1e8-562c-bfa9-9f39d642e243" | |
version = "0.1.0" | |
[[Printf]] | |
deps = ["Unicode"] | |
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7" | |
[[ProgressMeter]] | |
deps = ["Printf", "Random", "Test"] | |
git-tree-sha1 = "09e653f4b0a3c44628f0bdd0a0e58bc92e0264ef" | |
uuid = "92933f4c-e287-5a05-a399-4b506db050ca" | |
version = "0.6.0" | |
[[REPL]] | |
deps = ["InteractiveUtils", "Markdown", "Sockets"] | |
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" | |
[[Random]] | |
deps = ["Serialization"] | |
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | |
[[SHA]] | |
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce" | |
[[Serialization]] | |
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b" | |
[[SharedArrays]] | |
deps = ["Distributed", "Mmap", "Random", "Serialization"] | |
uuid = "1a1011a3-84de-559e-8e89-a11a2f7dc383" | |
[[Sockets]] | |
uuid = "6462fe0b-24de-5631-8697-dd941f90decc" | |
[[SparseArrays]] | |
deps = ["LinearAlgebra", "Random"] | |
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" | |
[[StaticArrays]] | |
deps = ["InteractiveUtils", "LinearAlgebra", "Random", "Statistics", "Test"] | |
git-tree-sha1 = "d432c79bef174a830304f8601427a4357dfdbfb7" | |
uuid = "90137ffa-7385-5640-81b9-e52037218182" | |
version = "0.8.3" | |
[[StaticPolynomials]] | |
deps = ["LinearAlgebra", "MultivariatePolynomials", "StaticArrays", "Test"] | |
git-tree-sha1 = "38a7ce19a8233a3f155b6d193d8097925807391c" | |
uuid = "62e018b1-6e46-5407-a5a7-97d4fbcae734" | |
version = "0.3.0" | |
[[Statistics]] | |
deps = ["LinearAlgebra", "SparseArrays"] | |
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | |
[[Test]] | |
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"] | |
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | |
[[TreeViews]] | |
deps = ["Test"] | |
git-tree-sha1 = "8d0d7a3fe2f30d6a7f833a5f19f7c7a5b396eae6" | |
uuid = "a2a6695c-b41b-5b7d-aed9-dbfdeacea5d7" | |
version = "0.3.0" | |
[[UUIDs]] | |
deps = ["Random"] | |
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" | |
[[Unicode]] | |
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[deps] | |
DynamicPolynomials = "7c1d4256-1411-5781-91ec-d7bc3513ac07" | |
HomotopyContinuation = "f213a82b-91d6-5c5d-acf7-10f1c761b327" | |
MultivariatePolynomials = "102ac46a-7ee4-5c85-9060-abc95bfdeaa3" | |
PolynomialTestSystems = "4c526841-e1e8-562c-bfa9-9f39d642e243" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment