-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1d5a4af
commit c45caf6
Showing
7 changed files
with
45 additions
and
35 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
name = "QUBOLib" | ||
uuid = "c2d3eca2-2309-4628-88a9-9d4a554e7c47" | ||
name = "QUBOLib" | ||
uuid = "c2d3eca2-2309-4628-88a9-9d4a554e7c47" | ||
authors = ["pedromxavier <pedrox@cos.ufrj.br>"] | ||
version = "0.1.0" | ||
|
||
[deps] | ||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | ||
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f" | ||
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" | ||
JSONSchema = "7d188eb4-7ad8-530c-ae41-71a32a6d4692" | ||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | ||
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f" | ||
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" | ||
JSONSchema = "7d188eb4-7ad8-530c-ae41-71a32a6d4692" | ||
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899" | ||
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f" | ||
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3" | ||
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" | ||
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca" | ||
QUBOTools = "60eb5b62-0a39-4ddc-84c5-97d2adff9319" | ||
SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9" | ||
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" | ||
Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e" | ||
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" | ||
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f" | ||
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3" | ||
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" | ||
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca" | ||
QUBOTools = "60eb5b62-0a39-4ddc-84c5-97d2adff9319" | ||
SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9" | ||
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" | ||
Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e" | ||
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" | ||
|
||
[compat] | ||
QUBOTools = "0.9" |
This file contains 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
File renamed without changes.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
module Management | ||
|
||
using ..QUBOLib | ||
using LazyArtifacts | ||
using HDF5 | ||
using JSON | ||
using JSONSchema | ||
using JuliaFormatter | ||
using LaTeXStrings | ||
using SQLite | ||
using DataFrames | ||
using Tar | ||
using TOML | ||
using Pkg | ||
using UUIDs | ||
using QUBOTools | ||
using ProgressMeter | ||
|
||
include("index.jl") | ||
|
||
end |
File renamed without changes.