Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
19 changes: 19 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"configurations": [

{
"name": "Python: Current File (Integrated Terminal)",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
},
{
"name": "Python: Current File (External Terminal)",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "externalTerminal"
}
]
}
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
# Pesquisa Operacional
## Método Simplex
24 changes: 0 additions & 24 deletions Simplex/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions Simplex/Data.json

This file was deleted.

148 changes: 0 additions & 148 deletions Simplex/dados.json

This file was deleted.

148 changes: 0 additions & 148 deletions Simplex/dadosTest.json

This file was deleted.

4 changes: 0 additions & 4 deletions Simplex/functionGraph.json

This file was deleted.

31 changes: 0 additions & 31 deletions Simplex/package.json

This file was deleted.

Loading