-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSetCoveringProblem.cbp
More file actions
35 lines (35 loc) · 931 Bytes
/
SetCoveringProblem.cbp
File metadata and controls
35 lines (35 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="SetCoveringProblem" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="default">
<Option output="SetCoveringProblem" prefix_auto="1" extension_auto="1" />
<Option type="0" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
<Add option="-std=c++14" />
</Compiler>
</Target>
</Build>
<Compiler>
<Add option="-std=c++14" />
<Add option="-g" />
</Compiler>
<Unit filename="src/coluna.cpp" />
<Unit filename="src/coluna.h" />
<Unit filename="src/globals.h" />
<Unit filename="src/main.cpp" />
<Unit filename="src/solucao.cpp" />
<Unit filename="src/solucao.h" />
<Extensions>
<code_completion />
<debugger />
<envvars />
</Extensions>
</Project>
</CodeBlocks_project_file>