Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LIN Julien
sho
Commits
d4742132
Commit
d4742132
authored
Sep 27, 2021
by
Julien Lin
Browse files
config
parent
e2a6cdc8
Changes
2
Hide whitespace changes
Inline
Side-by-side
.vscode/launch.json
0 → 100644
View file @
d4742132
{
//
Use
IntelliSense
to
learn
about
possible
attributes.
//
Hover
to
view
descriptions
of
existing
attributes.
//
For
more
information
,
visit:
https://go.microsoft.com/fwlink/?linkid=
830387
"version"
:
"0.2.0"
,
"configurations"
:
[
{
"name"
:
"Python: num_sim_anneal"
,
"type"
:
"python"
,
"request"
:
"launch"
,
"module"
:
"snp"
,
"args"
:
[
"--solver"
,
"num_sim_anneal"
,
"--iters"
,
"2000"
,
"--steady-delta"
,
"500"
]
},
{
"name"
:
"Python: bit_sim_anneal"
,
"type"
:
"python"
,
"request"
:
"launch"
,
"module"
:
"snp"
,
"args"
:
[
"--solver"
,
"bit_sim_anneal"
]
},
{
"name"
:
"Python: greedy"
,
"type"
:
"python"
,
"request"
:
"launch"
,
"module"
:
"snp"
,
}
]
}
.vscode/settings.json
0 → 100644
View file @
d4742132
{
"python.formatting.provider"
:
"black"
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment