Skip to content
Snippets Groups Projects
Select Git revision
  • d1c14eb3142a252b5c4daa0b6784e688c98a2a00
  • master default protected
  • sortingNoKleene
  • sac2025
  • concreteBigraphs
  • vanillaCoq
  • sefmwithderivedoperators
  • sefm24
  • ioToProp
  • portOut
  • allParameters
11 results

pfe

  • Clone with SSH
  • Clone with HTTPS
  • c.marcon's avatar
    MARCON Cecile authored
    d1c14eb3
    History

    PHD

    Playground for my PhD, mostly bigraphs in Coq

    To compile:

    First create CoqMakefile:

    coq_makefile -f _CoqProject -o CoqMakefile

    Then compile with

    make -f CoqMakefile

    To generate LaTeX documentation:

    coqdoc -g -toc --latex --lib-subtitles src/AbstractBigraphs.v

    To clean:

    Run

    ./coqclean.sh

    If necessary:

    chmod +x coqclean.sh