~verifypn-cpn/verifypn/unfoldTACPN

« back to all changes in this revision

Viewing changes to PetriParse/QueryXMLParser.cpp

  • Committer: Mark Glavind
  • Date: 2019-06-15 14:49:43 UTC
  • Revision ID: mglavi14@student.aau.dk-20190615144943-e7rmbw4zshr3i4ny
made include path changes and added lpsolve in order to crosscompile to windows

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 */
18
18
 
19
19
#include "QueryXMLParser.h"
20
 
#include "../PQL/Expressions.h"
 
20
#include "PetriEngine/PQL/Expressions.h"
21
21
 
22
22
#include <string>
23
23
#include <stdio.h>