Fixes #1785.
- Fix edgepaint -o option
- Correct shebang of gvmap.sh to use ksh
- Fix gvmap.sh -? option to exit with zero exit status
+- Graphviz doesn't build on MacOS with the latest libc++ #1785
## [2.44.1] - 2020-06-29
#include <mosek.h> /* Include the MOSEK definition file. */
#include "types.h"
-#include <csolve_VPSC.h>
+#include <vpsc/csolve_VPSC.h>
typedef struct {
int r;
#define SEEN_REMOVEOVERLAP_CONSTRAINT_H
#include <iostream>
-#include "variable.h"
+#include <vpsc/variable.h>
class Constraint
{
bool equality;
};
#include <float.h>
-#include "block.h"
+#include <vpsc/block.h>
static inline bool compareConstraints(Constraint *const &l, Constraint *const &r) {
double const sl =
l->left->block->timeStamp > l->timeStamp
#include <iostream>
class Block;
class Constraint;
-#include "block.h"
+#include <vpsc/block.h>
typedef std::vector<Constraint*> Constraints;
class Variable