abclib.dsp 75.1 KB
Newer Older
Alan Mishchenko committed
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
# Microsoft Developer Studio Project File - Name="abclib" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **

# TARGTYPE "Win32 (x86) Static Library" 0x0104

CFG=abclib - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE 
!MESSAGE NMAKE /f "abclib.mak".
!MESSAGE 
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE 
!MESSAGE NMAKE /f "abclib.mak" CFG="abclib - Win32 Debug"
!MESSAGE 
!MESSAGE Possible choices for configuration are:
!MESSAGE 
!MESSAGE "abclib - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE "abclib - Win32 Debug" (based on "Win32 (x86) Static Library")
!MESSAGE 

# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe

!IF  "$(CFG)" == "abclib - Win32 Release"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
Alan Mishchenko committed
35 36
# PROP BASE Output_Dir "ReleaseLib"
# PROP BASE Intermediate_Dir "ReleaseLib"
Alan Mishchenko committed
37 38 39
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
Alan Mishchenko committed
40 41
# PROP Output_Dir "ReleaseLib"
# PROP Intermediate_Dir "ReleaseLib"
Alan Mishchenko committed
42 43
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
44
# ADD CPP /nologo /MD /W3 /GX /O2 /I "C:/_projects/abc" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D ABC_DLL=ABC_DLLEXPORT /D "_CRT_SECURE_NO_DEPRECATE" /FR /YX /FD /c
Alan Mishchenko committed
45 46 47 48 49 50 51
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
Alan Mishchenko committed
52
# ADD LIB32 /nologo /out:"lib\abcr.lib"
Alan Mishchenko committed
53 54 55 56 57

!ELSEIF  "$(CFG)" == "abclib - Win32 Debug"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
Alan Mishchenko committed
58 59
# PROP BASE Output_Dir "DebugLib"
# PROP BASE Intermediate_Dir "DebugLib"
Alan Mishchenko committed
60 61 62
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
Alan Mishchenko committed
63 64
# PROP Output_Dir "DebugLib"
# PROP Intermediate_Dir "DebugLib"
Alan Mishchenko committed
65 66
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
67
# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "C:/_projects/abc" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D ABC_DLL=ABC_DLLEXPORT /D "_CRT_SECURE_NO_DEPRECATE" /FR /YX /FD /GZ /c
Alan Mishchenko committed
68 69 70 71 72 73 74
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
Alan Mishchenko committed
75
# ADD LIB32 /nologo /out:"lib\abcd.lib"
Alan Mishchenko committed
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125

!ENDIF 

# Begin Target

# Name "abclib - Win32 Release"
# Name "abclib - Win32 Debug"
# Begin Group "Source Files"

# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Group "base"

# PROP Default_Filter ""
# Begin Group "abc"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\base\abc\abc.h
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcAig.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcBlifMv.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcCheck.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcDfs.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcFanio.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcFunc.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcHie.c
# End Source File
# Begin Source File

126 127 128 129
SOURCE=.\src\base\abc\abcHieCec.c
# End Source File
# Begin Source File

Alan Mishchenko committed
130 131 132 133
SOURCE=.\src\base\abc\abcHieNew.c
# End Source File
# Begin Source File

Alan Mishchenko committed
134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201
SOURCE=.\src\base\abc\abcInt.h
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcLatch.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcLib.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcMinBase.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcNames.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcNetlist.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcNtk.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcObj.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcRefs.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcShow.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcSop.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcUtil.c
# End Source File
# End Group
# Begin Group "abci"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\base\abci\abc.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcAttach.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcAuto.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcBalance.c
# End Source File
# Begin Source File

Alan Mishchenko committed
202 203 204 205
SOURCE=.\src\base\abci\abcBidec.c
# End Source File
# Begin Source File

206 207 208 209
SOURCE=.\src\base\abci\abcBm.c
# End Source File
# Begin Source File

Alan Mishchenko committed
210 211 212 213 214 215 216 217
SOURCE=.\src\base\abci\abcBmc.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcCas.c
# End Source File
# Begin Source File

218
SOURCE=.\src\base\abci\abcCascade.c
Alan Mishchenko committed
219 220 221
# End Source File
# Begin Source File

222
SOURCE=.\src\base\abci\abcCollapse.c
Alan Mishchenko committed
223 224 225 226 227 228 229 230 231 232 233 234 235 236 237
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcCut.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcDar.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcDebug.c
# End Source File
# Begin Source File

238
SOURCE=.\src\base\abci\abcDress.c
Alan Mishchenko committed
239 240 241
# End Source File
# Begin Source File

242
SOURCE=.\src\base\abci\abcDress2.c
Alan Mishchenko committed
243 244 245
# End Source File
# Begin Source File

Alan Mishchenko committed
246
SOURCE=.\src\base\abci\abcDsd.c
Alan Mishchenko committed
247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcExtract.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcFpga.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcFpgaFast.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcFraig.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcFxu.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcGen.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcHaig.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcIf.c
# End Source File
# Begin Source File

282 283 284 285
SOURCE=.\src\base\abci\abcIfif.c
# End Source File
# Begin Source File

286 287 288 289
SOURCE=.\src\base\abci\abcIfMux.c
# End Source File
# Begin Source File

Alan Mishchenko committed
290 291 292 293
SOURCE=.\src\base\abci\abcIvy.c
# End Source File
# Begin Source File

294 295 296 297
SOURCE=.\src\base\abci\abcLog.c
# End Source File
# Begin Source File

Alan Mishchenko committed
298 299 300 301
SOURCE=.\src\base\abci\abcLut.c
# End Source File
# Begin Source File

Alan Mishchenko committed
302 303 304 305
SOURCE=.\src\base\abci\abcLutmin.c
# End Source File
# Begin Source File

Alan Mishchenko committed
306 307 308 309 310 311 312 313
SOURCE=.\src\base\abci\abcMap.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcMeasure.c
# End Source File
# Begin Source File

Alan Mishchenko committed
314 315 316 317
SOURCE=.\src\base\abci\abcMerge.c
# End Source File
# Begin Source File

318 319 320 321
SOURCE=.\src\base\abci\abcMffc.c
# End Source File
# Begin Source File

Alan Mishchenko committed
322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337
SOURCE=.\src\base\abci\abcMini.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcMiter.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcMulti.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcMv.c
# End Source File
# Begin Source File

Alan Mishchenko committed
338 339 340 341
SOURCE=.\src\base\abci\abcNpnSave.c
# End Source File
# Begin Source File

Alan Mishchenko committed
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373
SOURCE=.\src\base\abci\abcNtbdd.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcOdc.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcOrder.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcPart.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcPrint.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcProve.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcQbf.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcQuant.c
# End Source File
# Begin Source File

Alan Mishchenko committed
374
SOURCE=.\src\base\abci\abcReach.c
Alan Mishchenko committed
375 376 377
# End Source File
# Begin Source File

378 379 380 381
SOURCE=.\src\base\abci\abcRec.c
# End Source File
# Begin Source File

Alan Mishchenko committed
382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417
SOURCE=.\src\base\abci\abcReconv.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcRefactor.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcRenode.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcReorder.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcRestruct.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcResub.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcRewrite.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcRr.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcSat.c
# End Source File
# Begin Source File

418 419 420 421
SOURCE=.\src\base\abci\abcScorr.c
# End Source File
# Begin Source File

Alan Mishchenko committed
422 423 424 425
SOURCE=.\src\base\abci\abcSense.c
# End Source File
# Begin Source File

426 427 428 429
SOURCE=.\src\base\abci\abcSpeedup.c
# End Source File
# Begin Source File

Alan Mishchenko committed
430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493
SOURCE=.\src\base\abci\abcStrash.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcSweep.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcSymm.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcTiming.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcUnate.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcUnreach.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcVerify.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcXsim.c
# End Source File
# End Group
# Begin Group "cmd"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\base\cmd\cmd.c
# End Source File
# Begin Source File

SOURCE=.\src\base\cmd\cmd.h
# End Source File
# Begin Source File

SOURCE=.\src\base\cmd\cmdAlias.c
# End Source File
# Begin Source File

SOURCE=.\src\base\cmd\cmdApi.c
# End Source File
# Begin Source File

SOURCE=.\src\base\cmd\cmdFlag.c
# End Source File
# Begin Source File

SOURCE=.\src\base\cmd\cmdHist.c
# End Source File
# Begin Source File

SOURCE=.\src\base\cmd\cmdInt.h
# End Source File
# Begin Source File

494 495 496 497 498 499 500 501
SOURCE=.\src\base\cmd\cmdLoad.c
# End Source File
# Begin Source File

SOURCE=.\src\base\cmd\cmdPlugin.c
# End Source File
# Begin Source File

Alan Mishchenko committed
502 503 504 505 506 507 508 509 510 511 512 513
SOURCE=.\src\base\cmd\cmdUtils.c
# End Source File
# End Group
# Begin Group "io"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\base\io\io.c
# End Source File
# Begin Source File

Alan Mishchenko committed
514
SOURCE=.\src\base\io\ioabc.h
Alan Mishchenko committed
515 516 517 518 519 520 521 522 523 524 525 526 527 528 529
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioInt.h
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioReadAiger.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioReadBaf.c
# End Source File
# Begin Source File

Alan Mishchenko committed
530 531 532 533
SOURCE=.\src\base\io\ioReadBblif.c
# End Source File
# Begin Source File

Alan Mishchenko committed
534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581
SOURCE=.\src\base\io\ioReadBench.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioReadBlif.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioReadBlifAig.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioReadBlifMv.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioReadDsd.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioReadEdif.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioReadEqn.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioReadPla.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioReadVerilog.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioUtil.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioWriteAiger.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioWriteBaf.c
# End Source File
# Begin Source File

Alan Mishchenko committed
582 583 584 585
SOURCE=.\src\base\io\ioWriteBblif.c
# End Source File
# Begin Source File

Alan Mishchenko committed
586 587 588 589 590 591 592 593 594 595 596 597
SOURCE=.\src\base\io\ioWriteBench.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioWriteBlif.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioWriteBlifMv.c
# End Source File
# Begin Source File

Alan Mishchenko committed
598 599 600 601
SOURCE=.\src\base\io\ioWriteBook.c
# End Source File
# Begin Source File

Alan Mishchenko committed
602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625
SOURCE=.\src\base\io\ioWriteCnf.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioWriteDot.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioWriteEqn.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioWriteGml.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioWriteList.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioWritePla.c
# End Source File
# Begin Source File

626 627 628 629
SOURCE=.\src\base\io\ioWriteSmv.c
# End Source File
# Begin Source File

Alan Mishchenko committed
630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657
SOURCE=.\src\base\io\ioWriteVerilog.c
# End Source File
# End Group
# Begin Group "main"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\base\main\libSupport.c
# End Source File
# Begin Source File

SOURCE=.\src\base\main\main.h
# End Source File
# Begin Source File

SOURCE=.\src\base\main\mainFrame.c
# End Source File
# Begin Source File

SOURCE=.\src\base\main\mainInit.c
# End Source File
# Begin Source File

SOURCE=.\src\base\main\mainInt.h
# End Source File
# Begin Source File

658 659 660 661
SOURCE=.\src\base\main\mainLib.c
# End Source File
# Begin Source File

Alan Mishchenko committed
662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688
SOURCE=.\src\base\main\mainUtils.c
# End Source File
# End Group
# Begin Group "ver"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\base\ver\ver.h
# End Source File
# Begin Source File

SOURCE=.\src\base\ver\verCore.c
# End Source File
# Begin Source File

SOURCE=.\src\base\ver\verFormula.c
# End Source File
# Begin Source File

SOURCE=.\src\base\ver\verParse.c
# End Source File
# Begin Source File

SOURCE=.\src\base\ver\verStream.c
# End Source File
# End Group
689 690 691 692 693 694 695 696
# Begin Group "test"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\base\test\test.c
# End Source File
# End Group
697 698 699 700
# Begin Group "abc2"

# PROP Default_Filter ""
# End Group
Alan Mishchenko committed
701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073
# End Group
# Begin Group "bdd"

# PROP Default_Filter ""
# Begin Group "cudd"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\bdd\cudd\cudd.h
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddAddAbs.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddAddApply.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddAddFind.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddAddInv.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddAddIte.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddAddNeg.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddAddWalsh.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddAndAbs.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddAnneal.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddApa.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddAPI.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddApprox.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddBddAbs.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddBddCorr.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddBddIte.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddBridge.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddCache.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddCheck.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddClip.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddCof.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddCompose.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddDecomp.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddEssent.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddExact.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddExport.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddGenCof.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddGenetic.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddGroup.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddHarwell.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddInit.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddInt.h
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddInteract.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddLCache.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddLevelQ.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddLinear.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddLiteral.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddMatMult.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddPriority.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddRead.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddRef.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddReorder.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddSat.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddSign.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddSolve.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddSplit.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddSubsetHB.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddSubsetSP.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddSymmetry.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddTable.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddUtil.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddWindow.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddZddCount.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddZddFuncs.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddZddGroup.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddZddIsop.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddZddLin.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddZddMisc.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddZddPort.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddZddReord.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddZddSetop.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddZddSymm.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cudd\cuddZddUtil.c
# End Source File
# End Group
# Begin Group "epd"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\bdd\epd\epd.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\epd\epd.h
# End Source File
# End Group
# Begin Group "mtr"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\bdd\mtr\mtr.h
# End Source File
# Begin Source File

SOURCE=.\src\bdd\mtr\mtrBasic.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\mtr\mtrGroup.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\mtr\mtrInt.h
# End Source File
# End Group
# Begin Group "parse"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\bdd\parse\parse.h
# End Source File
# Begin Source File

SOURCE=.\src\bdd\parse\parseCore.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\parse\parseEqn.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\parse\parseInt.h
# End Source File
# Begin Source File

SOURCE=.\src\bdd\parse\parseStack.c
# End Source File
# End Group
# Begin Group "dsd"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\bdd\dsd\dsd.h
# End Source File
# Begin Source File

SOURCE=.\src\bdd\dsd\dsdApi.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\dsd\dsdCheck.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\dsd\dsdInt.h
# End Source File
# Begin Source File

SOURCE=.\src\bdd\dsd\dsdLocal.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\dsd\dsdMan.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\dsd\dsdProc.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\dsd\dsdTree.c
# End Source File
# End Group
# Begin Group "reo"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\bdd\reo\reo.h
# End Source File
# Begin Source File

SOURCE=.\src\bdd\reo\reoApi.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\reo\reoCore.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\reo\reoProfile.c
# End Source File
# Begin Source File

Alan Mishchenko committed
1074 1075 1076 1077
SOURCE=.\src\bdd\reo\reoShuffle.c
# End Source File
# Begin Source File

Alan Mishchenko committed
1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201
SOURCE=.\src\bdd\reo\reoSift.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\reo\reoSwap.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\reo\reoTest.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\reo\reoTransfer.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\reo\reoUnits.c
# End Source File
# End Group
# Begin Group "cas"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\bdd\cas\cas.h
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cas\casCore.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\cas\casDec.c
# End Source File
# End Group
# End Group
# Begin Group "sat"

# PROP Default_Filter ""
# Begin Group "msat"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\sat\msat\msat.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatActivity.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatClause.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatClauseVec.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatInt.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatMem.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatOrderH.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatQueue.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatRead.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatSolverApi.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatSolverCore.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatSolverIo.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatSolverSearch.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatSort.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatVec.c
# End Source File
# End Group
# Begin Group "csat"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\sat\csat\csat_apis.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\csat\csat_apis.h
# End Source File
# End Group
# Begin Group "bsat"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\sat\bsat\satInter.c
# End Source File
# Begin Source File

Alan Mishchenko committed
1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213
SOURCE=.\src\sat\bsat\satInterA.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\bsat\satInterB.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\bsat\satInterP.c
# End Source File
# Begin Source File

Alan Mishchenko committed
1214 1215 1216 1217 1218 1219 1220
SOURCE=.\src\sat\bsat\satMem.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\bsat\satMem.h
# End Source File
# Begin Source File
1221 1222 1223 1224

SOURCE=.\src\sat\bsat\satProof.c
# End Source File
# Begin Source File
Alan Mishchenko committed
1225 1226 1227 1228 1229 1230 1231 1232 1233

SOURCE=.\src\sat\bsat\satSolver.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\bsat\satSolver.h
# End Source File
# Begin Source File

1234 1235 1236 1237 1238 1239 1240 1241
SOURCE=.\src\sat\bsat\satSolver2.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\bsat\satSolver2.h
# End Source File
# Begin Source File

Alan Mishchenko committed
1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253
SOURCE=.\src\sat\bsat\satStore.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\bsat\satStore.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\bsat\satTrace.c
# End Source File
# Begin Source File

1254 1255 1256 1257 1258 1259 1260 1261
SOURCE=.\src\sat\bsat\satTruth.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\bsat\satTruth.h
# End Source File
# Begin Source File

Alan Mishchenko committed
1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280
SOURCE=.\src\sat\bsat\satUtil.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\bsat\satVec.h
# End Source File
# End Group
# Begin Group "proof"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\sat\proof\pr.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\proof\pr.h
# End Source File
# End Group
Alan Mishchenko committed
1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292
# Begin Group "psat"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\sat\psat\m114p.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\psat\m114p_types.h
# End Source File
# End Group
1293
# Begin Group "lsat"
Alan Mishchenko committed
1294 1295

# PROP Default_Filter ""
1296 1297 1298 1299
# Begin Source File

SOURCE=.\src\sat\lsat\solver.h
# End Source File
Alan Mishchenko committed
1300
# End Group
1301
# Begin Group "cnf"
Alan Mishchenko committed
1302 1303 1304 1305

# PROP Default_Filter ""
# Begin Source File

1306
SOURCE=.\src\sat\cnf\cnf.h
1307 1308 1309
# End Source File
# Begin Source File

1310
SOURCE=.\src\sat\cnf\cnfCore.c
1311 1312 1313
# End Source File
# Begin Source File

1314
SOURCE=.\src\sat\cnf\cnfCut.c
1315 1316 1317
# End Source File
# Begin Source File

1318
SOURCE=.\src\sat\cnf\cnfData.c
1319 1320 1321
# End Source File
# Begin Source File

1322
SOURCE=.\src\sat\cnf\cnfFast.c
1323 1324 1325
# End Source File
# Begin Source File

1326
SOURCE=.\src\sat\cnf\cnfMan.c
1327 1328 1329
# End Source File
# Begin Source File

1330
SOURCE=.\src\sat\cnf\cnfMap.c
1331 1332 1333
# End Source File
# Begin Source File

1334
SOURCE=.\src\sat\cnf\cnfPost.c
1335 1336 1337
# End Source File
# Begin Source File

1338
SOURCE=.\src\sat\cnf\cnfUtil.c
1339 1340 1341
# End Source File
# Begin Source File

1342
SOURCE=.\src\sat\cnf\cnfWrite.c
Alan Mishchenko committed
1343 1344
# End Source File
# End Group
Alan Mishchenko committed
1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684
# End Group
# Begin Group "opt"

# PROP Default_Filter ""
# Begin Group "fxu"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\fxu\fxu.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxu\fxu.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxu\fxuCreate.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxu\fxuHeapD.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxu\fxuHeapS.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxu\fxuInt.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxu\fxuList.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxu\fxuMatrix.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxu\fxuPair.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxu\fxuPrint.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxu\fxuReduce.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxu\fxuSelect.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxu\fxuSingle.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxu\fxuUpdate.c
# End Source File
# End Group
# Begin Group "rwr"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\rwr\rwr.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\rwr\rwrDec.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\rwr\rwrEva.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\rwr\rwrExp.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\rwr\rwrLib.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\rwr\rwrMan.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\rwr\rwrPrint.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\rwr\rwrTemp.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\rwr\rwrUtil.c
# End Source File
# End Group
# Begin Group "cut"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\cut\cut.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\cut\cutApi.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\cut\cutCut.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\cut\cutExpand.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\cut\cutInt.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\cut\cutList.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\cut\cutMan.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\cut\cutMerge.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\cut\cutNode.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\cut\cutOracle.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\cut\cutPre22.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\cut\cutSeq.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\cut\cutTruth.c
# End Source File
# End Group
# Begin Group "sim"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\sim\sim.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\sim\simMan.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\sim\simSat.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\sim\simSeq.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\sim\simSupp.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\sim\simSwitch.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\sim\simSym.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\sim\simSymSat.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\sim\simSymSim.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\sim\simSymStr.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\sim\simUtils.c
# End Source File
# End Group
# Begin Group "ret"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\ret\retArea.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\ret\retCore.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\ret\retDelay.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\ret\retFlow.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\ret\retIncrem.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\ret\retInit.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\ret\retInt.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\ret\retLvalue.c
# End Source File
# End Group
# Begin Group "res"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\res\res.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\res\resCore.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\res\resDivs.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\res\resFilter.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\res\resInt.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\res\resSat.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\res\resSim.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\res\resStrash.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\res\resWin.c
# End Source File
# End Group
# Begin Group "lpk"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\lpk\lpk.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\lpk\lpkAbcDec.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\lpk\lpkAbcDsd.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\lpk\lpkAbcMux.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\lpk\lpkAbcUtil.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\lpk\lpkCore.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\lpk\lpkCut.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\lpk\lpkInt.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\lpk\lpkMan.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\lpk\lpkMap.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\lpk\lpkMulti.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\lpk\lpkMux.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\lpk\lpkSets.c
# End Source File
# End Group
Alan Mishchenko committed
1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728
# Begin Group "mfs"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\mfs\mfs.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\mfs\mfsCore.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\mfs\mfsDiv.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\mfs\mfsInt.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\mfs\mfsInter.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\mfs\mfsMan.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\mfs\mfsResub.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\mfs\mfsSat.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\mfs\mfsStrash.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\mfs\mfsWin.c
# End Source File
# End Group
1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936
# Begin Group "cgt"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\cgt\cgt.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\cgt\cgtAig.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\cgt\cgtCore.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\cgt\cgtDecide.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\cgt\cgtInt.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\cgt\cgtMan.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\cgt\cgtSat.c
# End Source File
# End Group
# Begin Group "csw"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\csw\csw.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\csw\cswCore.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\csw\cswCut.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\csw\cswInt.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\csw\cswMan.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\csw\cswTable.c
# End Source File
# End Group
# Begin Group "dar"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\dar\dar.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\dar\darBalance.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\dar\darCore.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\dar\darCut.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\dar\darData.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\dar\darInt.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\dar\darLib.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\dar\darMan.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\dar\darPrec.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\dar\darRefact.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\dar\darResub.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\dar\darScript.c
# End Source File
# End Group
# Begin Group "rwt"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\rwt\rwt.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\rwt\rwtDec.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\rwt\rwtMan.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\rwt\rwtUtil.c
# End Source File
# End Group
# Begin Group "nwk"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\nwk\ntlnwk.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwk.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwk_.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkAig.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkBidec.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkCheck.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkDfs.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkFanio.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkFlow.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkMan.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkMap.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkMerge.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkMerge.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkObj.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkSpeedup.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkStrash.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkTiming.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkUtil.c
# End Source File
# End Group
Alan Mishchenko committed
1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093
# End Group
# Begin Group "map"

# PROP Default_Filter ""
# Begin Group "fpga"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\map\fpga\fpga.c
# End Source File
# Begin Source File

SOURCE=.\src\map\fpga\fpga.h
# End Source File
# Begin Source File

SOURCE=.\src\map\fpga\fpgaCore.c
# End Source File
# Begin Source File

SOURCE=.\src\map\fpga\fpgaCreate.c
# End Source File
# Begin Source File

SOURCE=.\src\map\fpga\fpgaCut.c
# End Source File
# Begin Source File

SOURCE=.\src\map\fpga\fpgaCutUtils.c
# End Source File
# Begin Source File

SOURCE=.\src\map\fpga\fpgaFanout.c
# End Source File
# Begin Source File

SOURCE=.\src\map\fpga\fpgaInt.h
# End Source File
# Begin Source File

SOURCE=.\src\map\fpga\fpgaLib.c
# End Source File
# Begin Source File

SOURCE=.\src\map\fpga\fpgaMatch.c
# End Source File
# Begin Source File

SOURCE=.\src\map\fpga\fpgaSwitch.c
# End Source File
# Begin Source File

SOURCE=.\src\map\fpga\fpgaTime.c
# End Source File
# Begin Source File

SOURCE=.\src\map\fpga\fpgaTruth.c
# End Source File
# Begin Source File

SOURCE=.\src\map\fpga\fpgaUtils.c
# End Source File
# Begin Source File

SOURCE=.\src\map\fpga\fpgaVec.c
# End Source File
# End Group
# Begin Group "mapper"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\map\mapper\mapper.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapper.h
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperCanon.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperCore.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperCreate.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperCut.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperCutUtils.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperFanout.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperInt.h
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperLib.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperMatch.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperRefs.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperSuper.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperSwitch.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperTable.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperTime.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperTree.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperTruth.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperUtils.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperVec.c
# End Source File
# End Group
# Begin Group "mio"

# PROP Default_Filter ""
# Begin Source File

2094 2095 2096 2097
SOURCE=.\src\map\mio\exp.h
# End Source File
# Begin Source File

Alan Mishchenko committed
2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117
SOURCE=.\src\map\mio\mio.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mio\mio.h
# End Source File
# Begin Source File

SOURCE=.\src\map\mio\mioApi.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mio\mioFunc.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mio\mioInt.h
# End Source File
# Begin Source File

2118 2119 2120 2121
SOURCE=.\src\map\mio\mioParse.c
# End Source File
# Begin Source File

Alan Mishchenko committed
2122 2123 2124 2125
SOURCE=.\src\map\mio\mioRead.c
# End Source File
# Begin Source File

2126 2127 2128 2129
SOURCE=.\src\map\mio\mioSop.c
# End Source File
# Begin Source File

Alan Mishchenko committed
2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177
SOURCE=.\src\map\mio\mioUtils.c
# End Source File
# End Group
# Begin Group "super"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\map\super\super.c
# End Source File
# Begin Source File

SOURCE=.\src\map\super\super.h
# End Source File
# Begin Source File

SOURCE=.\src\map\super\superAnd.c
# End Source File
# Begin Source File

SOURCE=.\src\map\super\superGate.c
# End Source File
# Begin Source File

SOURCE=.\src\map\super\superInt.h
# End Source File
# Begin Source File

SOURCE=.\src\map\super\superWrite.c
# End Source File
# End Group
# Begin Group "if"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\map\if\if.h
# End Source File
# Begin Source File

SOURCE=.\src\map\if\ifCore.c
# End Source File
# Begin Source File

SOURCE=.\src\map\if\ifCut.c
# End Source File
# Begin Source File

2178 2179 2180 2181 2182
SOURCE=.\src\map\if\ifDec07.c
# End Source File
# Begin Source File

SOURCE=.\src\map\if\ifDec08.c
2183 2184 2185
# End Source File
# Begin Source File

2186 2187 2188 2189
SOURCE=.\src\map\if\ifDec10.c
# End Source File
# Begin Source File

2190
SOURCE=.\src\map\if\ifDec16.c
2191 2192 2193
# End Source File
# Begin Source File

Alan Mishchenko committed
2194
SOURCE=.\src\map\if\ifLib.c
Alan Mishchenko committed
2195 2196 2197
# End Source File
# Begin Source File

Alan Mishchenko committed
2198
SOURCE=.\src\map\if\ifMan.c
Alan Mishchenko committed
2199 2200 2201
# End Source File
# Begin Source File

Alan Mishchenko committed
2202
SOURCE=.\src\map\if\ifMap.c
Alan Mishchenko committed
2203 2204 2205
# End Source File
# Begin Source File

Alan Mishchenko committed
2206
SOURCE=.\src\map\if\ifReduce.c
Alan Mishchenko committed
2207 2208 2209
# End Source File
# Begin Source File

Alan Mishchenko committed
2210 2211 2212 2213
SOURCE=.\src\map\if\ifSeq.c
# End Source File
# Begin Source File

Alan Mishchenko committed
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224
SOURCE=.\src\map\if\ifTime.c
# End Source File
# Begin Source File

SOURCE=.\src\map\if\ifTruth.c
# End Source File
# Begin Source File

SOURCE=.\src\map\if\ifUtil.c
# End Source File
# End Group
Alan Mishchenko committed
2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288
# Begin Group "amap"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\map\amap\amap.h
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapCore.c
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapGraph.c
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapInt.h
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapLib.c
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapLiberty.c
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapMan.c
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapMatch.c
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapMerge.c
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapOutput.c
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapParse.c
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapPerm.c
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapRead.c
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapRule.c
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapUniq.c
# End Source File
# End Group
Alan Mishchenko committed
2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328
# Begin Group "cov"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\map\cov\cov.h
# End Source File
# Begin Source File

SOURCE=.\src\map\cov\covBuild.c
# End Source File
# Begin Source File

SOURCE=.\src\map\cov\covCore.c
# End Source File
# Begin Source File

SOURCE=.\src\map\cov\covInt.h
# End Source File
# Begin Source File

SOURCE=.\src\map\cov\covMan.c
# End Source File
# Begin Source File

SOURCE=.\src\map\cov\covMinEsop.c
# End Source File
# Begin Source File

SOURCE=.\src\map\cov\covMinMan.c
# End Source File
# Begin Source File

SOURCE=.\src\map\cov\covMinSop.c
# End Source File
# Begin Source File

SOURCE=.\src\map\cov\covMinUtil.c
# End Source File
# End Group
Alan Mishchenko committed
2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341
# End Group
# Begin Group "misc"

# PROP Default_Filter ""
# Begin Group "extra"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\misc\extra\extra.h
# End Source File
# Begin Source File

2342 2343 2344 2345
SOURCE=.\src\misc\extra\extraBdd.h
# End Source File
# Begin Source File

Alan Mishchenko committed
2346 2347 2348 2349 2350 2351 2352 2353
SOURCE=.\src\misc\extra\extraBddAuto.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\extra\extraBddCas.c
# End Source File
# Begin Source File

Alan Mishchenko committed
2354 2355 2356 2357
SOURCE=.\src\misc\extra\extraBddImage.c
# End Source File
# Begin Source File

Alan Mishchenko committed
2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369
SOURCE=.\src\misc\extra\extraBddKmap.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\extra\extraBddMisc.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\extra\extraBddSymm.c
# End Source File
# Begin Source File

2370 2371 2372 2373
SOURCE=.\src\misc\extra\extraBddTime.c
# End Source File
# Begin Source File

Alan Mishchenko committed
2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517
SOURCE=.\src\misc\extra\extraBddUnate.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\extra\extraUtilBitMatrix.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\extra\extraUtilCanon.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\extra\extraUtilFile.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\extra\extraUtilMemory.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\extra\extraUtilMisc.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\extra\extraUtilProgress.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\extra\extraUtilReader.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\extra\extraUtilTruth.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\extra\extraUtilUtil.c
# End Source File
# End Group
# Begin Group "st"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\misc\st\st.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\st\st.h
# End Source File
# Begin Source File

SOURCE=.\src\misc\st\stmm.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\st\stmm.h
# End Source File
# End Group
# Begin Group "mvc"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\misc\mvc\mvc.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvc.h
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcApi.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcCompare.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcContain.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcCover.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcCube.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcDivide.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcDivisor.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcList.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcLits.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcMan.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcOpAlg.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcOpBool.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcPrint.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcSort.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcUtils.c
# End Source File
# End Group
# Begin Group "vec"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\misc\vec\vec.h
# End Source File
# Begin Source File

SOURCE=.\src\misc\vec\vecAtt.h
# End Source File
# Begin Source File

2518 2519 2520 2521
SOURCE=.\src\misc\vec\vecBit.h
# End Source File
# Begin Source File

Alan Mishchenko committed
2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533
SOURCE=.\src\misc\vec\vecFlt.h
# End Source File
# Begin Source File

SOURCE=.\src\misc\vec\vecInt.h
# End Source File
# Begin Source File

SOURCE=.\src\misc\vec\vecPtr.h
# End Source File
# Begin Source File

2534 2535 2536 2537
SOURCE=.\src\misc\vec\vecSet.h
# End Source File
# Begin Source File

Alan Mishchenko committed
2538 2539 2540 2541 2542 2543
SOURCE=.\src\misc\vec\vecStr.h
# End Source File
# Begin Source File

SOURCE=.\src\misc\vec\vecVec.h
# End Source File
2544 2545 2546 2547
# Begin Source File

SOURCE=.\src\misc\vec\vecWrd.h
# End Source File
Alan Mishchenko committed
2548
# End Group
Alan Mishchenko committed
2549
# Begin Group "util"
Alan Mishchenko committed
2550 2551 2552 2553

# PROP Default_Filter ""
# Begin Source File

Alan Mishchenko committed
2554
SOURCE=.\src\misc\util\abc_global.h
Alan Mishchenko committed
2555 2556 2557
# End Source File
# Begin Source File

Alan Mishchenko committed
2558
SOURCE=.\src\misc\util\util_hack.h
Alan Mishchenko committed
2559
# End Source File
Alan Mishchenko committed
2560 2561
# Begin Source File

2562 2563 2564 2565
SOURCE=.\src\misc\util\utilBridge.c
# End Source File
# Begin Source File

2566 2567 2568 2569 2570 2571 2572 2573
SOURCE=.\src\misc\util\utilCex.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\util\utilCex.h
# End Source File
# Begin Source File

2574 2575 2576 2577
SOURCE=.\src\misc\util\utilFile.c
# End Source File
# Begin Source File

Alan Mishchenko committed
2578 2579 2580 2581 2582 2583
SOURCE=.\src\misc\util\utilMem.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\util\utilMem.h
# End Source File
2584 2585
# Begin Source File

2586 2587 2588 2589 2590 2591 2592 2593
SOURCE=.\src\misc\util\utilNam.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\util\utilNam.h
# End Source File
# Begin Source File

2594 2595
SOURCE=.\src\misc\util\utilSignal.c
# End Source File
2596 2597
# Begin Source File

2598 2599 2600 2601
SOURCE=.\src\misc\util\utilSignal.h
# End Source File
# Begin Source File

2602 2603
SOURCE=.\src\misc\util\utilSort.c
# End Source File
Alan Mishchenko committed
2604 2605
# End Group
# Begin Group "nm"
Alan Mishchenko committed
2606

Alan Mishchenko committed
2607
# PROP Default_Filter ""
Alan Mishchenko committed
2608 2609
# Begin Source File

Alan Mishchenko committed
2610
SOURCE=.\src\misc\nm\nm.h
Alan Mishchenko committed
2611 2612 2613
# End Source File
# Begin Source File

Alan Mishchenko committed
2614
SOURCE=.\src\misc\nm\nmApi.c
Alan Mishchenko committed
2615 2616 2617
# End Source File
# Begin Source File

Alan Mishchenko committed
2618
SOURCE=.\src\misc\nm\nmInt.h
Alan Mishchenko committed
2619 2620 2621
# End Source File
# Begin Source File

Alan Mishchenko committed
2622
SOURCE=.\src\misc\nm\nmTable.c
Alan Mishchenko committed
2623
# End Source File
Alan Mishchenko committed
2624 2625
# End Group
# Begin Group "hash"
Alan Mishchenko committed
2626

Alan Mishchenko committed
2627
# PROP Default_Filter ""
Alan Mishchenko committed
2628 2629
# Begin Source File

Alan Mishchenko committed
2630
SOURCE=.\src\misc\hash\hash.h
Alan Mishchenko committed
2631 2632 2633
# End Source File
# Begin Source File

Alan Mishchenko committed
2634
SOURCE=.\src\misc\hash\hashFlt.h
Alan Mishchenko committed
2635 2636 2637
# End Source File
# Begin Source File

Alan Mishchenko committed
2638
SOURCE=.\src\misc\hash\hashInt.h
Alan Mishchenko committed
2639 2640 2641
# End Source File
# Begin Source File

Alan Mishchenko committed
2642
SOURCE=.\src\misc\hash\hashPtr.h
Alan Mishchenko committed
2643
# End Source File
Alan Mishchenko committed
2644 2645
# End Group
# Begin Group "bzlib"
Alan Mishchenko committed
2646

Alan Mishchenko committed
2647
# PROP Default_Filter ""
Alan Mishchenko committed
2648 2649
# Begin Source File

Alan Mishchenko committed
2650
SOURCE=.\src\misc\bzlib\blocksort.c
Alan Mishchenko committed
2651 2652 2653
# End Source File
# Begin Source File

Alan Mishchenko committed
2654
SOURCE=.\src\misc\bzlib\bzlib.c
Alan Mishchenko committed
2655 2656 2657
# End Source File
# Begin Source File

Alan Mishchenko committed
2658
SOURCE=.\src\misc\bzlib\bzlib.h
Alan Mishchenko committed
2659 2660 2661
# End Source File
# Begin Source File

Alan Mishchenko committed
2662
SOURCE=.\src\misc\bzlib\bzlib_private.h
Alan Mishchenko committed
2663 2664 2665
# End Source File
# Begin Source File

Alan Mishchenko committed
2666
SOURCE=.\src\misc\bzlib\compress.c
Alan Mishchenko committed
2667 2668 2669
# End Source File
# Begin Source File

Alan Mishchenko committed
2670
SOURCE=.\src\misc\bzlib\crctable.c
Alan Mishchenko committed
2671 2672 2673
# End Source File
# Begin Source File

Alan Mishchenko committed
2674
SOURCE=.\src\misc\bzlib\decompress.c
Alan Mishchenko committed
2675 2676 2677
# End Source File
# Begin Source File

Alan Mishchenko committed
2678
SOURCE=.\src\misc\bzlib\huffman.c
Alan Mishchenko committed
2679 2680 2681
# End Source File
# Begin Source File

Alan Mishchenko committed
2682
SOURCE=.\src\misc\bzlib\randtable.c
Alan Mishchenko committed
2683
# End Source File
Alan Mishchenko committed
2684 2685
# End Group
# Begin Group "zlib"
Alan Mishchenko committed
2686

Alan Mishchenko committed
2687
# PROP Default_Filter ""
Alan Mishchenko committed
2688 2689
# Begin Source File

Alan Mishchenko committed
2690
SOURCE=.\src\misc\zlib\adler32.c
Alan Mishchenko committed
2691 2692 2693
# End Source File
# Begin Source File

Alan Mishchenko committed
2694
SOURCE=.\src\misc\zlib\compress_.c
Alan Mishchenko committed
2695 2696 2697
# End Source File
# Begin Source File

Alan Mishchenko committed
2698
SOURCE=.\src\misc\zlib\crc32.c
Alan Mishchenko committed
2699 2700 2701
# End Source File
# Begin Source File

Alan Mishchenko committed
2702
SOURCE=.\src\misc\zlib\crc32.h
Alan Mishchenko committed
2703 2704 2705
# End Source File
# Begin Source File

Alan Mishchenko committed
2706
SOURCE=.\src\misc\zlib\deflate.c
Alan Mishchenko committed
2707 2708 2709
# End Source File
# Begin Source File

Alan Mishchenko committed
2710
SOURCE=.\src\misc\zlib\deflate.h
Alan Mishchenko committed
2711 2712 2713
# End Source File
# Begin Source File

2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730
SOURCE=.\src\misc\zlib\gzclose.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\zlib\gzguts.h
# End Source File
# Begin Source File

SOURCE=.\src\misc\zlib\gzlib.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\zlib\gzread.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\zlib\gzwrite.c
Alan Mishchenko committed
2731 2732 2733
# End Source File
# Begin Source File

Alan Mishchenko committed
2734
SOURCE=.\src\misc\zlib\infback.c
Alan Mishchenko committed
2735 2736 2737
# End Source File
# Begin Source File

Alan Mishchenko committed
2738
SOURCE=.\src\misc\zlib\inffast.c
Alan Mishchenko committed
2739 2740 2741
# End Source File
# Begin Source File

Alan Mishchenko committed
2742
SOURCE=.\src\misc\zlib\inffast.h
Alan Mishchenko committed
2743 2744 2745
# End Source File
# Begin Source File

Alan Mishchenko committed
2746
SOURCE=.\src\misc\zlib\inffixed.h
Alan Mishchenko committed
2747 2748 2749
# End Source File
# Begin Source File

Alan Mishchenko committed
2750
SOURCE=.\src\misc\zlib\inflate.c
Alan Mishchenko committed
2751 2752 2753
# End Source File
# Begin Source File

Alan Mishchenko committed
2754
SOURCE=.\src\misc\zlib\inflate.h
Alan Mishchenko committed
2755 2756 2757
# End Source File
# Begin Source File

Alan Mishchenko committed
2758
SOURCE=.\src\misc\zlib\inftrees.c
Alan Mishchenko committed
2759 2760 2761
# End Source File
# Begin Source File

Alan Mishchenko committed
2762
SOURCE=.\src\misc\zlib\inftrees.h
Alan Mishchenko committed
2763 2764 2765
# End Source File
# Begin Source File

Alan Mishchenko committed
2766
SOURCE=.\src\misc\zlib\trees.c
Alan Mishchenko committed
2767 2768 2769
# End Source File
# Begin Source File

Alan Mishchenko committed
2770
SOURCE=.\src\misc\zlib\trees.h
Alan Mishchenko committed
2771 2772 2773
# End Source File
# Begin Source File

Alan Mishchenko committed
2774
SOURCE=.\src\misc\zlib\uncompr.c
Alan Mishchenko committed
2775 2776 2777
# End Source File
# Begin Source File

Alan Mishchenko committed
2778
SOURCE=.\src\misc\zlib\zconf.h
Alan Mishchenko committed
2779 2780 2781
# End Source File
# Begin Source File

Alan Mishchenko committed
2782
SOURCE=.\src\misc\zlib\zlib.h
Alan Mishchenko committed
2783 2784 2785
# End Source File
# Begin Source File

Alan Mishchenko committed
2786
SOURCE=.\src\misc\zlib\zutil.c
Alan Mishchenko committed
2787 2788 2789
# End Source File
# Begin Source File

Alan Mishchenko committed
2790
SOURCE=.\src\misc\zlib\zutil.h
Alan Mishchenko committed
2791 2792
# End Source File
# End Group
2793
# Begin Group "bar"
Alan Mishchenko committed
2794 2795 2796 2797

# PROP Default_Filter ""
# Begin Source File

2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850
SOURCE=.\src\misc\bar\bar.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\bar\bar.h
# End Source File
# End Group
# Begin Group "bbl"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\misc\bbl\bblif.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\bbl\bblif.h
# End Source File
# End Group
# Begin Group "mem"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\misc\mem\mem.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mem\mem.h
# End Source File
# End Group
# Begin Group "tim"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\misc\tim\tim.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\tim\tim.h
# End Source File
# End Group
# End Group
# Begin Group "ai"

# PROP Default_Filter ""
# Begin Group "hop"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\aig\hop\hop.h
Alan Mishchenko committed
2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885
# End Source File
# Begin Source File

SOURCE=.\src\aig\hop\hopBalance.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\hop\hopCheck.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\hop\hopDfs.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\hop\hopMan.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\hop\hopMem.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\hop\hopObj.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\hop\hopOper.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\hop\hopTable.c
# End Source File
# Begin Source File

Alan Mishchenko committed
2886 2887 2888 2889
SOURCE=.\src\aig\hop\hopTruth.c
# End Source File
# Begin Source File

Alan Mishchenko committed
2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008
SOURCE=.\src\aig\hop\hopUtil.c
# End Source File
# End Group
# Begin Group "ivy"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\aig\ivy\ivy.h
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyBalance.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyCanon.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyCheck.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyCut.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyCutTrav.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyDfs.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyDsd.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyFanout.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyFastMap.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyFraig.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyHaig.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyMan.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyMem.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyMulti.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyObj.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyOper.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyResyn.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyRwr.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivySeq.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyShow.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyTable.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyUtil.c
# End Source File
# End Group
# Begin Group "ioa"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\aig\ioa\ioa.h
# End Source File
# Begin Source File

SOURCE=.\src\aig\ioa\ioaReadAig.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ioa\ioaUtil.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ioa\ioaWriteAig.c
# End Source File
# End Group
3009
# Begin Group "aig"
Alan Mishchenko committed
3010 3011 3012 3013

# PROP Default_Filter ""
# Begin Source File

3014
SOURCE=.\src\aig\aig\aig.h
Alan Mishchenko committed
3015 3016 3017
# End Source File
# Begin Source File

3018
SOURCE=.\src\aig\aig\aigCanon.c
Alan Mishchenko committed
3019 3020 3021
# End Source File
# Begin Source File

3022
SOURCE=.\src\aig\aig\aigCheck.c
Alan Mishchenko committed
3023 3024 3025
# End Source File
# Begin Source File

3026
SOURCE=.\src\aig\aig\aigCuts.c
3027 3028 3029
# End Source File
# Begin Source File

3030
SOURCE=.\src\aig\aig\aigDfs.c
Alan Mishchenko committed
3031 3032 3033
# End Source File
# Begin Source File

3034
SOURCE=.\src\aig\aig\aigDoms.c
Alan Mishchenko committed
3035 3036 3037
# End Source File
# Begin Source File

3038
SOURCE=.\src\aig\aig\aigDup.c
Alan Mishchenko committed
3039 3040 3041
# End Source File
# Begin Source File

3042
SOURCE=.\src\aig\aig\aigFact.c
Alan Mishchenko committed
3043 3044 3045
# End Source File
# Begin Source File

3046
SOURCE=.\src\aig\aig\aigFanout.c
Alan Mishchenko committed
3047 3048 3049
# End Source File
# Begin Source File

3050
SOURCE=.\src\aig\aig\aigFrames.c
Alan Mishchenko committed
3051 3052 3053
# End Source File
# Begin Source File

3054
SOURCE=.\src\aig\aig\aigInter.c
Alan Mishchenko committed
3055 3056 3057
# End Source File
# Begin Source File

3058
SOURCE=.\src\aig\aig\aigJust.c
Alan Mishchenko committed
3059 3060 3061
# End Source File
# Begin Source File

3062
SOURCE=.\src\aig\aig\aigMan.c
Alan Mishchenko committed
3063 3064 3065
# End Source File
# Begin Source File

3066
SOURCE=.\src\aig\aig\aigMem.c
Alan Mishchenko committed
3067 3068 3069
# End Source File
# Begin Source File

3070
SOURCE=.\src\aig\aig\aigMffc.c
Alan Mishchenko committed
3071 3072 3073
# End Source File
# Begin Source File

3074
SOURCE=.\src\aig\aig\aigObj.c
Alan Mishchenko committed
3075 3076 3077
# End Source File
# Begin Source File

3078
SOURCE=.\src\aig\aig\aigOper.c
Alan Mishchenko committed
3079 3080 3081
# End Source File
# Begin Source File

3082
SOURCE=.\src\aig\aig\aigOrder.c
Alan Mishchenko committed
3083 3084 3085
# End Source File
# Begin Source File

3086
SOURCE=.\src\aig\aig\aigPack.c
Alan Mishchenko committed
3087 3088 3089
# End Source File
# Begin Source File

3090
SOURCE=.\src\aig\aig\aigPart.c
Alan Mishchenko committed
3091 3092 3093
# End Source File
# Begin Source File

3094
SOURCE=.\src\aig\aig\aigPartReg.c
Alan Mishchenko committed
3095 3096 3097
# End Source File
# Begin Source File

3098
SOURCE=.\src\aig\aig\aigPartSat.c
Alan Mishchenko committed
3099 3100 3101
# End Source File
# Begin Source File

3102
SOURCE=.\src\aig\aig\aigRepar.c
Alan Mishchenko committed
3103 3104 3105
# End Source File
# Begin Source File

3106
SOURCE=.\src\aig\aig\aigRepr.c
Alan Mishchenko committed
3107 3108 3109
# End Source File
# Begin Source File

3110
SOURCE=.\src\aig\aig\aigRet.c
Alan Mishchenko committed
3111 3112 3113
# End Source File
# Begin Source File

3114
SOURCE=.\src\aig\aig\aigRetF.c
Alan Mishchenko committed
3115 3116 3117
# End Source File
# Begin Source File

3118
SOURCE=.\src\aig\aig\aigScl.c
3119 3120 3121
# End Source File
# Begin Source File

3122
SOURCE=.\src\aig\aig\aigShow.c
Alan Mishchenko committed
3123 3124 3125
# End Source File
# Begin Source File

3126
SOURCE=.\src\aig\aig\aigSplit.c
Alan Mishchenko committed
3127 3128 3129
# End Source File
# Begin Source File

3130
SOURCE=.\src\aig\aig\aigTable.c
Alan Mishchenko committed
3131 3132 3133
# End Source File
# Begin Source File

3134
SOURCE=.\src\aig\aig\aigTiming.c
Alan Mishchenko committed
3135 3136 3137
# End Source File
# Begin Source File

3138
SOURCE=.\src\aig\aig\aigTruth.c
Alan Mishchenko committed
3139 3140 3141
# End Source File
# Begin Source File

3142
SOURCE=.\src\aig\aig\aigTsim.c
Alan Mishchenko committed
3143 3144 3145
# End Source File
# Begin Source File

3146
SOURCE=.\src\aig\aig\aigUtil.c
3147 3148 3149
# End Source File
# Begin Source File

3150
SOURCE=.\src\aig\aig\aigWin.c
Alan Mishchenko committed
3151 3152
# End Source File
# End Group
3153
# Begin Group "saig"
Alan Mishchenko committed
3154 3155 3156 3157

# PROP Default_Filter ""
# Begin Source File

3158
SOURCE=.\src\aig\saig\saig.h
Alan Mishchenko committed
3159 3160 3161
# End Source File
# Begin Source File

3162
SOURCE=.\src\aig\saig\saigAbs.c
3163 3164 3165
# End Source File
# Begin Source File

3166
SOURCE=.\src\aig\saig\saigAbsCba.c
Alan Mishchenko committed
3167 3168 3169
# End Source File
# Begin Source File

3170
SOURCE=.\src\aig\saig\saigAbsPba.c
Alan Mishchenko committed
3171 3172 3173
# End Source File
# Begin Source File

3174
SOURCE=.\src\aig\saig\saigAbsStart.c
Alan Mishchenko committed
3175 3176 3177
# End Source File
# Begin Source File

3178
SOURCE=.\src\aig\saig\saigAbsVfa.c
Alan Mishchenko committed
3179 3180 3181
# End Source File
# Begin Source File

3182
SOURCE=.\src\aig\saig\saigBmc.c
Alan Mishchenko committed
3183 3184 3185
# End Source File
# Begin Source File

3186
SOURCE=.\src\aig\saig\saigBmc2.c
3187 3188 3189
# End Source File
# Begin Source File

3190
SOURCE=.\src\aig\saig\saigBmc3.c
Alan Mishchenko committed
3191 3192 3193
# End Source File
# Begin Source File

3194
SOURCE=.\src\aig\saig\saigCexMin.c
Alan Mishchenko committed
3195 3196 3197
# End Source File
# Begin Source File

3198
SOURCE=.\src\aig\saig\saigCone.c
Alan Mishchenko committed
3199 3200 3201
# End Source File
# Begin Source File

3202
SOURCE=.\src\aig\saig\saigConstr.c
Alan Mishchenko committed
3203 3204 3205
# End Source File
# Begin Source File

3206
SOURCE=.\src\aig\saig\saigConstr2.c
Alan Mishchenko committed
3207 3208 3209
# End Source File
# Begin Source File

3210 3211 3212 3213
SOURCE=.\src\aig\saig\saigDual.c
# End Source File
# Begin Source File

3214
SOURCE=.\src\aig\saig\saigDup.c
Alan Mishchenko committed
3215 3216 3217
# End Source File
# Begin Source File

3218
SOURCE=.\src\aig\saig\saigGlaCba.c
3219 3220 3221
# End Source File
# Begin Source File

3222
SOURCE=.\src\aig\saig\saigGlaPba.c
Alan Mishchenko committed
3223 3224 3225
# End Source File
# Begin Source File

3226
SOURCE=.\src\aig\saig\saigGlaPba2.c
Alan Mishchenko committed
3227 3228 3229
# End Source File
# Begin Source File

3230
SOURCE=.\src\aig\saig\saigHaig.c
Alan Mishchenko committed
3231 3232 3233
# End Source File
# Begin Source File

3234
SOURCE=.\src\aig\saig\saigInd.c
3235 3236 3237
# End Source File
# Begin Source File

3238
SOURCE=.\src\aig\saig\saigIoa.c
Alan Mishchenko committed
3239 3240 3241
# End Source File
# Begin Source File

3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253
SOURCE=.\src\aig\saig\saigIso.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\saig\saigIsoFast.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\saig\saigIsoSlow.c
# End Source File
# Begin Source File

3254
SOURCE=.\src\aig\saig\saigMiter.c
Alan Mishchenko committed
3255 3256 3257
# End Source File
# Begin Source File

3258
SOURCE=.\src\aig\saig\saigOutDec.c
Alan Mishchenko committed
3259 3260 3261
# End Source File
# Begin Source File

3262
SOURCE=.\src\aig\saig\saigPhase.c
Alan Mishchenko committed
3263 3264 3265
# End Source File
# Begin Source File

3266
SOURCE=.\src\aig\saig\saigRefSat.c
Alan Mishchenko committed
3267 3268 3269
# End Source File
# Begin Source File

3270
SOURCE=.\src\aig\saig\saigRetFwd.c
3271 3272 3273
# End Source File
# Begin Source File

3274
SOURCE=.\src\aig\saig\saigRetMin.c
Alan Mishchenko committed
3275 3276 3277
# End Source File
# Begin Source File

3278
SOURCE=.\src\aig\saig\saigRetStep.c
Alan Mishchenko committed
3279 3280 3281
# End Source File
# Begin Source File

3282
SOURCE=.\src\aig\saig\saigScl.c
Alan Mishchenko committed
3283 3284 3285
# End Source File
# Begin Source File

3286
SOURCE=.\src\aig\saig\saigSimExt.c
Alan Mishchenko committed
3287 3288 3289
# End Source File
# Begin Source File

3290
SOURCE=.\src\aig\saig\saigSimExt2.c
Alan Mishchenko committed
3291 3292 3293
# End Source File
# Begin Source File

3294
SOURCE=.\src\aig\saig\saigSimFast.c
Alan Mishchenko committed
3295 3296 3297
# End Source File
# Begin Source File

3298
SOURCE=.\src\aig\saig\saigSimMv.c
Alan Mishchenko committed
3299 3300 3301
# End Source File
# Begin Source File

3302
SOURCE=.\src\aig\saig\saigSimSeq.c
Alan Mishchenko committed
3303
# End Source File
Alan Mishchenko committed
3304 3305
# Begin Source File

3306
SOURCE=.\src\aig\saig\saigStrSim.c
Alan Mishchenko committed
3307 3308 3309
# End Source File
# Begin Source File

3310
SOURCE=.\src\aig\saig\saigSwitch.c
Alan Mishchenko committed
3311 3312 3313
# End Source File
# Begin Source File

3314
SOURCE=.\src\aig\saig\saigSynch.c
Alan Mishchenko committed
3315 3316 3317
# End Source File
# Begin Source File

3318
SOURCE=.\src\aig\saig\saigTempor.c
Alan Mishchenko committed
3319 3320 3321
# End Source File
# Begin Source File

3322
SOURCE=.\src\aig\saig\saigTrans.c
Alan Mishchenko committed
3323 3324 3325
# End Source File
# Begin Source File

3326
SOURCE=.\src\aig\saig\saigWnd.c
Alan Mishchenko committed
3327
# End Source File
3328 3329 3330 3331
# End Group
# Begin Group "gia"

# PROP Default_Filter ""
Alan Mishchenko committed
3332 3333
# Begin Source File

3334
SOURCE=.\src\aig\gia\gia.c
Alan Mishchenko committed
3335 3336 3337
# End Source File
# Begin Source File

3338
SOURCE=.\src\aig\gia\gia.h
Alan Mishchenko committed
3339 3340 3341
# End Source File
# Begin Source File

3342
SOURCE=.\src\aig\gia\giaAbs.c
Alan Mishchenko committed
3343 3344 3345
# End Source File
# Begin Source File

3346
SOURCE=.\src\aig\gia\giaAbs.h
Alan Mishchenko committed
3347 3348 3349
# End Source File
# Begin Source File

3350
SOURCE=.\src\aig\gia\giaAbsVta.c
3351 3352 3353
# End Source File
# Begin Source File

3354
SOURCE=.\src\aig\gia\giaAig.c
Alan Mishchenko committed
3355 3356 3357
# End Source File
# Begin Source File

3358
SOURCE=.\src\aig\gia\giaAig.h
Alan Mishchenko committed
3359 3360 3361
# End Source File
# Begin Source File

3362
SOURCE=.\src\aig\gia\giaAiger.c
Alan Mishchenko committed
3363 3364 3365
# End Source File
# Begin Source File

3366
SOURCE=.\src\aig\gia\giaBidec.c
Alan Mishchenko committed
3367 3368 3369
# End Source File
# Begin Source File

3370
SOURCE=.\src\aig\gia\giaCCof.c
Alan Mishchenko committed
3371 3372 3373
# End Source File
# Begin Source File

3374
SOURCE=.\src\aig\gia\giaCof.c
Alan Mishchenko committed
3375 3376 3377
# End Source File
# Begin Source File

3378
SOURCE=.\src\aig\gia\giaCSat.c
Alan Mishchenko committed
3379 3380 3381
# End Source File
# Begin Source File

3382
SOURCE=.\src\aig\gia\giaCSatOld.c
Alan Mishchenko committed
3383 3384 3385
# End Source File
# Begin Source File

3386
SOURCE=.\src\aig\gia\giaCTas.c
Alan Mishchenko committed
3387 3388 3389
# End Source File
# Begin Source File

3390
SOURCE=.\src\aig\gia\giaDfs.c
Alan Mishchenko committed
3391 3392 3393
# End Source File
# Begin Source File

3394
SOURCE=.\src\aig\gia\giaDup.c
Alan Mishchenko committed
3395 3396 3397
# End Source File
# Begin Source File

3398
SOURCE=.\src\aig\gia\giaEmbed.c
Alan Mishchenko committed
3399 3400 3401
# End Source File
# Begin Source File

3402
SOURCE=.\src\aig\gia\giaEnable.c
Alan Mishchenko committed
3403 3404 3405
# End Source File
# Begin Source File

3406
SOURCE=.\src\aig\gia\giaEquiv.c
Alan Mishchenko committed
3407 3408 3409
# End Source File
# Begin Source File

3410
SOURCE=.\src\aig\gia\giaEra.c
Alan Mishchenko committed
3411 3412 3413
# End Source File
# Begin Source File

3414
SOURCE=.\src\aig\gia\giaEra2.c
Alan Mishchenko committed
3415 3416 3417
# End Source File
# Begin Source File

3418
SOURCE=.\src\aig\gia\giaFanout.c
Alan Mishchenko committed
3419 3420 3421
# End Source File
# Begin Source File

3422
SOURCE=.\src\aig\gia\giaForce.c
Alan Mishchenko committed
3423 3424 3425
# End Source File
# Begin Source File

3426
SOURCE=.\src\aig\gia\giaFrames.c
Alan Mishchenko committed
3427 3428 3429
# End Source File
# Begin Source File

3430
SOURCE=.\src\aig\gia\giaFront.c
Alan Mishchenko committed
3431 3432 3433
# End Source File
# Begin Source File

3434
SOURCE=.\src\aig\gia\giaGiarf.c
Alan Mishchenko committed
3435 3436 3437
# End Source File
# Begin Source File

3438
SOURCE=.\src\aig\gia\giaGlitch.c
Alan Mishchenko committed
3439 3440 3441
# End Source File
# Begin Source File

3442
SOURCE=.\src\aig\gia\giaHash.c
Alan Mishchenko committed
3443 3444 3445
# End Source File
# Begin Source File

3446
SOURCE=.\src\aig\gia\giaHcd.c
Alan Mishchenko committed
3447 3448 3449
# End Source File
# Begin Source File

3450
SOURCE=.\src\aig\gia\giaIf.c
Alan Mishchenko committed
3451 3452 3453
# End Source File
# Begin Source File

3454 3455 3456 3457
SOURCE=.\src\aig\gia\giaIso.c
# End Source File
# Begin Source File

3458
SOURCE=.\src\aig\gia\giaMan.c
Alan Mishchenko committed
3459 3460 3461
# End Source File
# Begin Source File

3462
SOURCE=.\src\aig\gia\giaMem.c
Alan Mishchenko committed
3463 3464 3465
# End Source File
# Begin Source File

3466
SOURCE=.\src\aig\gia\giaPat.c
Alan Mishchenko committed
3467 3468 3469
# End Source File
# Begin Source File

3470
SOURCE=.\src\aig\gia\giaReparam.c
Alan Mishchenko committed
3471 3472 3473
# End Source File
# Begin Source File

3474
SOURCE=.\src\aig\gia\giaRetime.c
Alan Mishchenko committed
3475 3476 3477
# End Source File
# Begin Source File

3478
SOURCE=.\src\aig\gia\giaScl.c
Alan Mishchenko committed
3479 3480 3481
# End Source File
# Begin Source File

3482
SOURCE=.\src\aig\gia\giaShrink.c
Alan Mishchenko committed
3483 3484 3485
# End Source File
# Begin Source File

3486
SOURCE=.\src\aig\gia\giaSim.c
Alan Mishchenko committed
3487 3488 3489
# End Source File
# Begin Source File

3490
SOURCE=.\src\aig\gia\giaSim2.c
Alan Mishchenko committed
3491 3492 3493
# End Source File
# Begin Source File

3494
SOURCE=.\src\aig\gia\giaSort.c
Alan Mishchenko committed
3495 3496 3497
# End Source File
# Begin Source File

3498
SOURCE=.\src\aig\gia\giaSpeedup.c
Alan Mishchenko committed
3499 3500 3501
# End Source File
# Begin Source File

3502
SOURCE=.\src\aig\gia\giaSupMin.c
Alan Mishchenko committed
3503 3504 3505
# End Source File
# Begin Source File

3506
SOURCE=.\src\aig\gia\giaSwitch.c
Alan Mishchenko committed
3507 3508 3509
# End Source File
# Begin Source File

3510
SOURCE=.\src\aig\gia\giaTsim.c
Alan Mishchenko committed
3511 3512 3513
# End Source File
# Begin Source File

3514
SOURCE=.\src\aig\gia\giaUtil.c
Alan Mishchenko committed
3515 3516
# End Source File
# End Group
3517 3518
# End Group
# Begin Group "bool"
Alan Mishchenko committed
3519 3520

# PROP Default_Filter ""
3521
# Begin Group "bdc"
Alan Mishchenko committed
3522

3523
# PROP Default_Filter ""
Alan Mishchenko committed
3524 3525
# Begin Source File

3526
SOURCE=.\src\bool\bdc\bdc.h
Alan Mishchenko committed
3527 3528 3529
# End Source File
# Begin Source File

3530
SOURCE=.\src\bool\bdc\bdcCore.c
3531 3532 3533
# End Source File
# Begin Source File

3534
SOURCE=.\src\bool\bdc\bdcDec.c
3535 3536 3537
# End Source File
# Begin Source File

3538
SOURCE=.\src\bool\bdc\bdcInt.h
3539 3540 3541
# End Source File
# Begin Source File

3542
SOURCE=.\src\bool\bdc\bdcSpfd.c
3543 3544 3545
# End Source File
# Begin Source File

3546
SOURCE=.\src\bool\bdc\bdcTable.c
Alan Mishchenko committed
3547
# End Source File
3548 3549 3550 3551
# End Group
# Begin Group "dec"

# PROP Default_Filter ""
Alan Mishchenko committed
3552 3553
# Begin Source File

3554
SOURCE=.\src\bool\dec\dec.h
Alan Mishchenko committed
3555 3556 3557
# End Source File
# Begin Source File

3558
SOURCE=.\src\bool\dec\decAbc.c
3559 3560 3561
# End Source File
# Begin Source File

3562
SOURCE=.\src\bool\dec\decFactor.c
3563 3564 3565
# End Source File
# Begin Source File

3566
SOURCE=.\src\bool\dec\decMan.c
Alan Mishchenko committed
3567 3568 3569
# End Source File
# Begin Source File

3570
SOURCE=.\src\bool\dec\decPrint.c
3571 3572 3573
# End Source File
# Begin Source File

3574
SOURCE=.\src\bool\dec\decUtil.c
3575
# End Source File
3576 3577 3578 3579
# End Group
# Begin Group "deco"

# PROP Default_Filter ""
3580 3581
# Begin Source File

3582
SOURCE=.\src\bool\deco\deco.h
Alan Mishchenko committed
3583
# End Source File
3584 3585 3586 3587
# End Group
# Begin Group "kit"

# PROP Default_Filter ""
Alan Mishchenko committed
3588 3589
# Begin Source File

3590
SOURCE=.\src\bool\kit\cloud.c
3591 3592 3593
# End Source File
# Begin Source File

3594
SOURCE=.\src\bool\kit\cloud.h
3595 3596 3597
# End Source File
# Begin Source File

3598
SOURCE=.\src\bool\kit\kit.h
3599 3600 3601
# End Source File
# Begin Source File

3602
SOURCE=.\src\bool\kit\kit_.c
Alan Mishchenko committed
3603 3604 3605
# End Source File
# Begin Source File

3606
SOURCE=.\src\bool\kit\kitAig.c
Alan Mishchenko committed
3607 3608 3609
# End Source File
# Begin Source File

3610
SOURCE=.\src\bool\kit\kitBdd.c
Alan Mishchenko committed
3611 3612 3613
# End Source File
# Begin Source File

3614
SOURCE=.\src\bool\kit\kitCloud.c
Alan Mishchenko committed
3615 3616 3617
# End Source File
# Begin Source File

3618
SOURCE=.\src\bool\kit\kitDec.c
3619 3620 3621
# End Source File
# Begin Source File

3622
SOURCE=.\src\bool\kit\kitDsd.c
Alan Mishchenko committed
3623 3624 3625
# End Source File
# Begin Source File

3626
SOURCE=.\src\bool\kit\kitFactor.c
3627 3628 3629
# End Source File
# Begin Source File

3630
SOURCE=.\src\bool\kit\kitGraph.c
Alan Mishchenko committed
3631 3632 3633
# End Source File
# Begin Source File

3634
SOURCE=.\src\bool\kit\kitHop.c
Alan Mishchenko committed
3635 3636 3637
# End Source File
# Begin Source File

3638
SOURCE=.\src\bool\kit\kitIsop.c
Alan Mishchenko committed
3639 3640 3641
# End Source File
# Begin Source File

3642
SOURCE=.\src\bool\kit\kitPerm.c
Alan Mishchenko committed
3643 3644 3645
# End Source File
# Begin Source File

3646
SOURCE=.\src\bool\kit\kitPla.c
Alan Mishchenko committed
3647 3648 3649
# End Source File
# Begin Source File

3650
SOURCE=.\src\bool\kit\kitSop.c
3651 3652 3653
# End Source File
# Begin Source File

3654
SOURCE=.\src\bool\kit\kitTruth.c
Alan Mishchenko committed
3655
# End Source File
3656 3657 3658 3659 3660 3661 3662 3663
# End Group
# End Group
# Begin Group "prove"

# PROP Default_Filter ""
# Begin Group "bbr"

# PROP Default_Filter ""
Alan Mishchenko committed
3664 3665
# Begin Source File

3666
SOURCE=.\src\proof\bbr\bbr.h
Alan Mishchenko committed
3667 3668 3669
# End Source File
# Begin Source File

3670
SOURCE=.\src\proof\bbr\bbrCex.c
Alan Mishchenko committed
3671 3672 3673
# End Source File
# Begin Source File

3674
SOURCE=.\src\proof\bbr\bbrImage.c
Alan Mishchenko committed
3675 3676 3677
# End Source File
# Begin Source File

3678
SOURCE=.\src\proof\bbr\bbrNtbdd.c
Alan Mishchenko committed
3679 3680 3681
# End Source File
# Begin Source File

3682
SOURCE=.\src\proof\bbr\bbrReach.c
Alan Mishchenko committed
3683
# End Source File
3684 3685 3686 3687
# End Group
# Begin Group "cec"

# PROP Default_Filter ""
Alan Mishchenko committed
3688 3689
# Begin Source File

3690
SOURCE=.\src\proof\cec\cec.c
3691 3692 3693
# End Source File
# Begin Source File

3694
SOURCE=.\src\proof\cec\cec.h
Alan Mishchenko committed
3695 3696 3697
# End Source File
# Begin Source File

3698
SOURCE=.\src\proof\cec\cecCec.c
Alan Mishchenko committed
3699 3700 3701
# End Source File
# Begin Source File

3702
SOURCE=.\src\proof\cec\cecChoice.c
Alan Mishchenko committed
3703 3704 3705
# End Source File
# Begin Source File

3706
SOURCE=.\src\proof\cec\cecClass.c
3707 3708 3709
# End Source File
# Begin Source File

3710
SOURCE=.\src\proof\cec\cecCore.c
Alan Mishchenko committed
3711 3712 3713
# End Source File
# Begin Source File

3714
SOURCE=.\src\proof\cec\cecCorr.c
Alan Mishchenko committed
3715 3716 3717
# End Source File
# Begin Source File

3718
SOURCE=.\src\proof\cec\cecInt.h
Alan Mishchenko committed
3719 3720 3721
# End Source File
# Begin Source File

3722
SOURCE=.\src\proof\cec\cecIso.c
Alan Mishchenko committed
3723 3724 3725
# End Source File
# Begin Source File

3726
SOURCE=.\src\proof\cec\cecMan.c
Alan Mishchenko committed
3727 3728 3729
# End Source File
# Begin Source File

3730
SOURCE=.\src\proof\cec\cecPat.c
Alan Mishchenko committed
3731 3732 3733
# End Source File
# Begin Source File

3734
SOURCE=.\src\proof\cec\cecSeq.c
Alan Mishchenko committed
3735 3736 3737
# End Source File
# Begin Source File

3738
SOURCE=.\src\proof\cec\cecSim.c
Alan Mishchenko committed
3739 3740 3741
# End Source File
# Begin Source File

3742
SOURCE=.\src\proof\cec\cecSolve.c
Alan Mishchenko committed
3743 3744 3745
# End Source File
# Begin Source File

3746
SOURCE=.\src\proof\cec\cecSweep.c
Alan Mishchenko committed
3747 3748 3749
# End Source File
# Begin Source File

3750
SOURCE=.\src\proof\cec\cecSynth.c
Alan Mishchenko committed
3751 3752 3753 3754 3755 3756 3757
# End Source File
# End Group
# Begin Group "dch"

# PROP Default_Filter ""
# Begin Source File

3758
SOURCE=.\src\proof\dch\dch.h
Alan Mishchenko committed
3759 3760 3761
# End Source File
# Begin Source File

3762
SOURCE=.\src\proof\dch\dchAig.c
Alan Mishchenko committed
3763 3764 3765
# End Source File
# Begin Source File

3766
SOURCE=.\src\proof\dch\dchChoice.c
Alan Mishchenko committed
3767 3768 3769
# End Source File
# Begin Source File

3770
SOURCE=.\src\proof\dch\dchClass.c
Alan Mishchenko committed
3771 3772 3773
# End Source File
# Begin Source File

3774
SOURCE=.\src\proof\dch\dchCnf.c
Alan Mishchenko committed
3775 3776 3777
# End Source File
# Begin Source File

3778
SOURCE=.\src\proof\dch\dchCore.c
Alan Mishchenko committed
3779 3780 3781
# End Source File
# Begin Source File

3782
SOURCE=.\src\proof\dch\dchInt.h
Alan Mishchenko committed
3783 3784 3785
# End Source File
# Begin Source File

3786
SOURCE=.\src\proof\dch\dchMan.c
Alan Mishchenko committed
3787 3788 3789
# End Source File
# Begin Source File

3790
SOURCE=.\src\proof\dch\dchSat.c
Alan Mishchenko committed
3791 3792 3793
# End Source File
# Begin Source File

3794
SOURCE=.\src\proof\dch\dchSim.c
Alan Mishchenko committed
3795 3796 3797
# End Source File
# Begin Source File

3798
SOURCE=.\src\proof\dch\dchSimSat.c
Alan Mishchenko committed
3799 3800 3801
# End Source File
# Begin Source File

3802
SOURCE=.\src\proof\dch\dchSweep.c
Alan Mishchenko committed
3803 3804
# End Source File
# End Group
3805
# Begin Group "fra"
Alan Mishchenko committed
3806 3807 3808 3809

# PROP Default_Filter ""
# Begin Source File

3810
SOURCE=.\src\proof\fra\fra.h
Alan Mishchenko committed
3811 3812 3813
# End Source File
# Begin Source File

3814
SOURCE=.\src\proof\fra\fra_.c
Alan Mishchenko committed
3815 3816 3817
# End Source File
# Begin Source File

3818
SOURCE=.\src\proof\fra\fraBmc.c
Alan Mishchenko committed
3819 3820 3821
# End Source File
# Begin Source File

3822
SOURCE=.\src\proof\fra\fraCec.c
Alan Mishchenko committed
3823 3824 3825
# End Source File
# Begin Source File

3826
SOURCE=.\src\proof\fra\fraClass.c
3827 3828 3829
# End Source File
# Begin Source File

3830
SOURCE=.\src\proof\fra\fraClau.c
Alan Mishchenko committed
3831 3832 3833
# End Source File
# Begin Source File

3834
SOURCE=.\src\proof\fra\fraClaus.c
Alan Mishchenko committed
3835 3836 3837
# End Source File
# Begin Source File

3838
SOURCE=.\src\proof\fra\fraCnf.c
3839 3840 3841
# End Source File
# Begin Source File

3842
SOURCE=.\src\proof\fra\fraCore.c
Alan Mishchenko committed
3843 3844 3845
# End Source File
# Begin Source File

3846
SOURCE=.\src\proof\fra\fraHot.c
Alan Mishchenko committed
3847 3848 3849
# End Source File
# Begin Source File

3850
SOURCE=.\src\proof\fra\fraImp.c
Alan Mishchenko committed
3851 3852 3853
# End Source File
# Begin Source File

3854
SOURCE=.\src\proof\fra\fraInd.c
Alan Mishchenko committed
3855 3856 3857
# End Source File
# Begin Source File

3858
SOURCE=.\src\proof\fra\fraIndVer.c
Alan Mishchenko committed
3859 3860 3861
# End Source File
# Begin Source File

3862
SOURCE=.\src\proof\fra\fraLcr.c
Alan Mishchenko committed
3863 3864 3865
# End Source File
# Begin Source File

3866
SOURCE=.\src\proof\fra\fraMan.c
3867 3868 3869
# End Source File
# Begin Source File

3870
SOURCE=.\src\proof\fra\fraPart.c
Alan Mishchenko committed
3871 3872 3873
# End Source File
# Begin Source File

3874
SOURCE=.\src\proof\fra\fraSat.c
Alan Mishchenko committed
3875 3876 3877
# End Source File
# Begin Source File

3878
SOURCE=.\src\proof\fra\fraSec.c
Alan Mishchenko committed
3879 3880 3881
# End Source File
# Begin Source File

3882
SOURCE=.\src\proof\fra\fraSim.c
Alan Mishchenko committed
3883 3884
# End Source File
# End Group
3885
# Begin Group "fraig"
Alan Mishchenko committed
3886 3887 3888 3889

# PROP Default_Filter ""
# Begin Source File

3890
SOURCE=.\src\proof\fraig\fraig.h
Alan Mishchenko committed
3891 3892 3893
# End Source File
# Begin Source File

3894
SOURCE=.\src\proof\fraig\fraigApi.c
Alan Mishchenko committed
3895 3896 3897
# End Source File
# Begin Source File

3898
SOURCE=.\src\proof\fraig\fraigCanon.c
Alan Mishchenko committed
3899 3900 3901
# End Source File
# Begin Source File

3902
SOURCE=.\src\proof\fraig\fraigChoice.c
Alan Mishchenko committed
3903 3904 3905
# End Source File
# Begin Source File

3906
SOURCE=.\src\proof\fraig\fraigFanout.c
Alan Mishchenko committed
3907 3908 3909
# End Source File
# Begin Source File

3910
SOURCE=.\src\proof\fraig\fraigFeed.c
Alan Mishchenko committed
3911 3912 3913
# End Source File
# Begin Source File

3914
SOURCE=.\src\proof\fraig\fraigInt.h
Alan Mishchenko committed
3915 3916 3917
# End Source File
# Begin Source File

3918
SOURCE=.\src\proof\fraig\fraigMan.c
Alan Mishchenko committed
3919 3920 3921
# End Source File
# Begin Source File

3922
SOURCE=.\src\proof\fraig\fraigMem.c
Alan Mishchenko committed
3923 3924 3925
# End Source File
# Begin Source File

3926
SOURCE=.\src\proof\fraig\fraigNode.c
Alan Mishchenko committed
3927 3928 3929
# End Source File
# Begin Source File

3930
SOURCE=.\src\proof\fraig\fraigPrime.c
Alan Mishchenko committed
3931 3932 3933
# End Source File
# Begin Source File

3934
SOURCE=.\src\proof\fraig\fraigSat.c
Alan Mishchenko committed
3935 3936 3937
# End Source File
# Begin Source File

3938
SOURCE=.\src\proof\fraig\fraigTable.c
Alan Mishchenko committed
3939 3940 3941
# End Source File
# Begin Source File

3942
SOURCE=.\src\proof\fraig\fraigUtil.c
Alan Mishchenko committed
3943
# End Source File
Alan Mishchenko committed
3944 3945
# Begin Source File

3946
SOURCE=.\src\proof\fraig\fraigVec.c
3947
# End Source File
Alan Mishchenko committed
3948
# End Group
3949
# Begin Group "int"
Alan Mishchenko committed
3950 3951 3952 3953

# PROP Default_Filter ""
# Begin Source File

3954
SOURCE=.\src\proof\int\int.h
Alan Mishchenko committed
3955 3956 3957
# End Source File
# Begin Source File

3958
SOURCE=.\src\proof\int\intCheck.c
Alan Mishchenko committed
3959 3960 3961
# End Source File
# Begin Source File

3962
SOURCE=.\src\proof\int\intContain.c
Alan Mishchenko committed
3963 3964 3965
# End Source File
# Begin Source File

3966
SOURCE=.\src\proof\int\intCore.c
Alan Mishchenko committed
3967 3968 3969
# End Source File
# Begin Source File

3970
SOURCE=.\src\proof\int\intCtrex.c
Alan Mishchenko committed
3971 3972 3973
# End Source File
# Begin Source File

3974
SOURCE=.\src\proof\int\intDup.c
Alan Mishchenko committed
3975 3976 3977
# End Source File
# Begin Source File

3978
SOURCE=.\src\proof\int\intFrames.c
Alan Mishchenko committed
3979 3980 3981
# End Source File
# Begin Source File

3982
SOURCE=.\src\proof\int\intInt.h
Alan Mishchenko committed
3983 3984 3985
# End Source File
# Begin Source File

3986
SOURCE=.\src\proof\int\intInter.c
Alan Mishchenko committed
3987 3988 3989
# End Source File
# Begin Source File

3990
SOURCE=.\src\proof\int\intM114.c
Alan Mishchenko committed
3991 3992 3993
# End Source File
# Begin Source File

3994
SOURCE=.\src\proof\int\intM114p.c
3995 3996 3997
# End Source File
# Begin Source File

3998
SOURCE=.\src\proof\int\intMan.c
Alan Mishchenko committed
3999 4000 4001
# End Source File
# Begin Source File

4002
SOURCE=.\src\proof\int\intUtil.c
Alan Mishchenko committed
4003
# End Source File
4004 4005
# End Group
# Begin Group "live"
Alan Mishchenko committed
4006

4007
# PROP Default_Filter ""
Alan Mishchenko committed
4008 4009
# Begin Source File

4010
SOURCE=.\src\proof\live\liveness.c
4011 4012 4013
# End Source File
# Begin Source File

4014
SOURCE=.\src\proof\live\liveness_sim.c
4015 4016 4017
# End Source File
# Begin Source File

4018
SOURCE=.\src\proof\live\ltl_parser.c
Alan Mishchenko committed
4019
# End Source File
4020 4021
# End Group
# Begin Group "llb"
Alan Mishchenko committed
4022

4023
# PROP Default_Filter ""
Alan Mishchenko committed
4024 4025
# Begin Source File

4026
SOURCE=.\src\proof\llb\llb.c
Alan Mishchenko committed
4027 4028 4029
# End Source File
# Begin Source File

4030
SOURCE=.\src\proof\llb\llb.h
Alan Mishchenko committed
4031 4032 4033
# End Source File
# Begin Source File

4034
SOURCE=.\src\proof\llb\llb1Cluster.c
Alan Mishchenko committed
4035 4036 4037
# End Source File
# Begin Source File

4038
SOURCE=.\src\proof\llb\llb1Constr.c
Alan Mishchenko committed
4039 4040 4041
# End Source File
# Begin Source File

4042
SOURCE=.\src\proof\llb\llb1Core.c
Alan Mishchenko committed
4043 4044 4045
# End Source File
# Begin Source File

4046
SOURCE=.\src\proof\llb\llb1Group.c
Alan Mishchenko committed
4047 4048 4049
# End Source File
# Begin Source File

4050
SOURCE=.\src\proof\llb\llb1Hint.c
Alan Mishchenko committed
4051 4052 4053
# End Source File
# Begin Source File

4054
SOURCE=.\src\proof\llb\llb1Man.c
Alan Mishchenko committed
4055 4056 4057
# End Source File
# Begin Source File

4058
SOURCE=.\src\proof\llb\llb1Matrix.c
Alan Mishchenko committed
4059 4060 4061
# End Source File
# Begin Source File

4062
SOURCE=.\src\proof\llb\llb1Pivot.c
Alan Mishchenko committed
4063 4064 4065
# End Source File
# Begin Source File

4066
SOURCE=.\src\proof\llb\llb1Reach.c
Alan Mishchenko committed
4067 4068 4069
# End Source File
# Begin Source File

4070
SOURCE=.\src\proof\llb\llb1Sched.c
Alan Mishchenko committed
4071 4072 4073
# End Source File
# Begin Source File

4074
SOURCE=.\src\proof\llb\llb2Bad.c
Alan Mishchenko committed
4075 4076 4077
# End Source File
# Begin Source File

4078
SOURCE=.\src\proof\llb\llb2Core.c
Alan Mishchenko committed
4079 4080 4081
# End Source File
# Begin Source File

4082
SOURCE=.\src\proof\llb\llb2Driver.c
Alan Mishchenko committed
4083 4084 4085
# End Source File
# Begin Source File

4086
SOURCE=.\src\proof\llb\llb2Dump.c
Alan Mishchenko committed
4087 4088
# End Source File
# Begin Source File
Alan Mishchenko committed
4089

4090
SOURCE=.\src\proof\llb\llb2Flow.c
Alan Mishchenko committed
4091 4092
# End Source File
# Begin Source File
Alan Mishchenko committed
4093

4094
SOURCE=.\src\proof\llb\llb2Image.c
4095 4096 4097
# End Source File
# Begin Source File

4098
SOURCE=.\src\proof\llb\llb3Image.c
Alan Mishchenko committed
4099 4100 4101
# End Source File
# Begin Source File

4102
SOURCE=.\src\proof\llb\llb3Nonlin.c
Alan Mishchenko committed
4103 4104 4105
# End Source File
# Begin Source File

4106
SOURCE=.\src\proof\llb\llb4Cex.c
Alan Mishchenko committed
4107 4108 4109
# End Source File
# Begin Source File

4110
SOURCE=.\src\proof\llb\llb4Cluster.c
4111 4112 4113
# End Source File
# Begin Source File

4114
SOURCE=.\src\proof\llb\llb4Image.c
Alan Mishchenko committed
4115 4116 4117
# End Source File
# Begin Source File

4118
SOURCE=.\src\proof\llb\llb4Map.c
Alan Mishchenko committed
4119 4120 4121
# End Source File
# Begin Source File

4122
SOURCE=.\src\proof\llb\llb4Nonlin.c
4123 4124 4125
# End Source File
# Begin Source File

4126
SOURCE=.\src\proof\llb\llb4Sweep.c
Alan Mishchenko committed
4127 4128 4129
# End Source File
# Begin Source File

4130
SOURCE=.\src\proof\llb\llbInt.h
4131
# End Source File
4132 4133 4134 4135
# End Group
# Begin Group "pdr"

# PROP Default_Filter ""
4136 4137
# Begin Source File

4138
SOURCE=.\src\proof\pdr\pdr.c
Alan Mishchenko committed
4139 4140 4141
# End Source File
# Begin Source File

4142
SOURCE=.\src\proof\pdr\pdr.h
4143 4144 4145
# End Source File
# Begin Source File

4146
SOURCE=.\src\proof\pdr\pdrClass.c
4147 4148 4149
# End Source File
# Begin Source File

4150
SOURCE=.\src\proof\pdr\pdrCnf.c
Alan Mishchenko committed
4151 4152 4153
# End Source File
# Begin Source File

4154
SOURCE=.\src\proof\pdr\pdrCore.c
Alan Mishchenko committed
4155 4156 4157
# End Source File
# Begin Source File

4158
SOURCE=.\src\proof\pdr\pdrInt.h
Alan Mishchenko committed
4159
# End Source File
Alan Mishchenko committed
4160 4161
# Begin Source File

4162
SOURCE=.\src\proof\pdr\pdrInv.c
Alan Mishchenko committed
4163 4164 4165
# End Source File
# Begin Source File

4166
SOURCE=.\src\proof\pdr\pdrMan.c
Alan Mishchenko committed
4167
# End Source File
Alan Mishchenko committed
4168 4169
# Begin Source File

4170
SOURCE=.\src\proof\pdr\pdrSat.c
Alan Mishchenko committed
4171 4172 4173
# End Source File
# Begin Source File

4174
SOURCE=.\src\proof\pdr\pdrTsim.c
Alan Mishchenko committed
4175
# End Source File
4176 4177
# Begin Source File

4178
SOURCE=.\src\proof\pdr\pdrUtil.c
4179
# End Source File
Alan Mishchenko committed
4180
# End Group
4181
# Begin Group "ssw"
Alan Mishchenko committed
4182 4183 4184 4185

# PROP Default_Filter ""
# Begin Source File

4186
SOURCE=.\src\proof\ssw\ssw.h
4187 4188 4189
# End Source File
# Begin Source File

4190
SOURCE=.\src\proof\ssw\sswAig.c
Alan Mishchenko committed
4191 4192 4193
# End Source File
# Begin Source File

4194
SOURCE=.\src\proof\ssw\sswBmc.c
Alan Mishchenko committed
4195 4196 4197
# End Source File
# Begin Source File

4198
SOURCE=.\src\proof\ssw\sswClass.c
Alan Mishchenko committed
4199 4200 4201
# End Source File
# Begin Source File

4202
SOURCE=.\src\proof\ssw\sswCnf.c
Alan Mishchenko committed
4203 4204 4205
# End Source File
# Begin Source File

4206
SOURCE=.\src\proof\ssw\sswConstr.c
Alan Mishchenko committed
4207 4208 4209
# End Source File
# Begin Source File

4210
SOURCE=.\src\proof\ssw\sswCore.c
Alan Mishchenko committed
4211 4212 4213
# End Source File
# Begin Source File

4214
SOURCE=.\src\proof\ssw\sswDyn.c
Alan Mishchenko committed
4215 4216 4217
# End Source File
# Begin Source File

4218
SOURCE=.\src\proof\ssw\sswFilter.c
Alan Mishchenko committed
4219
# End Source File
4220 4221
# Begin Source File

4222
SOURCE=.\src\proof\ssw\sswInt.h
4223 4224 4225
# End Source File
# Begin Source File

4226
SOURCE=.\src\proof\ssw\sswIslands.c
4227 4228 4229
# End Source File
# Begin Source File

4230
SOURCE=.\src\proof\ssw\sswLcorr.c
4231 4232 4233
# End Source File
# Begin Source File

4234
SOURCE=.\src\proof\ssw\sswMan.c
4235
# End Source File
4236 4237
# Begin Source File

4238
SOURCE=.\src\proof\ssw\sswPairs.c
4239 4240 4241
# End Source File
# Begin Source File

4242
SOURCE=.\src\proof\ssw\sswPart.c
4243 4244 4245
# End Source File
# Begin Source File

4246
SOURCE=.\src\proof\ssw\sswRarity.c
4247 4248 4249
# End Source File
# Begin Source File

4250
SOURCE=.\src\proof\ssw\sswRarity2.c
4251 4252 4253
# End Source File
# Begin Source File

4254
SOURCE=.\src\proof\ssw\sswSat.c
4255 4256 4257
# End Source File
# Begin Source File

4258
SOURCE=.\src\proof\ssw\sswSemi.c
4259 4260 4261
# End Source File
# Begin Source File

4262
SOURCE=.\src\proof\ssw\sswSim.c
4263 4264 4265
# End Source File
# Begin Source File

4266
SOURCE=.\src\proof\ssw\sswSimSat.c
4267 4268 4269
# End Source File
# Begin Source File

4270
SOURCE=.\src\proof\ssw\sswSweep.c
4271 4272 4273
# End Source File
# Begin Source File

4274
SOURCE=.\src\proof\ssw\sswUnique.c
4275 4276
# End Source File
# End Group
Alan Mishchenko committed
4277 4278 4279 4280 4281 4282 4283 4284
# End Group
# End Group
# Begin Group "Header Files"

# PROP Default_Filter "h;hpp;hxx;hm;inl"
# End Group
# End Target
# End Project