Skip to content

Commit

Permalink
Comment out examples requiring CSDP
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed May 11, 2022
1 parent b085883 commit ed2ba79
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions examples/lra_examples.v
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,10 @@ Qed.
Goal forall x, -x^+2 >= 0 -> x - 1 >= 0 -> False.
Proof.
move=> *.
psatz 3.
Qed.
(* Requires CSDP *)
(* psatz 3. *)
(* Qed. *)
Abort.

Goal forall x, -x^+2 >= 0 -> x - 1 >= 0 -> False.
Proof.
Expand All @@ -232,8 +234,10 @@ Lemma motzkin' x y :
(x^+2 + y^+2 + 1) * (x^+2 * y^+4 + x^+4*y^+2 + 1 - 3%:R * x^+2 * y^+2) >= 0.
Proof.
move=> *.
psatz 3.
Qed.
(* Requires CSDP *)
(* psatz 3. *)
(* Qed. *)
Abort.

Goal forall x, -x^+2 >= 0 -> x - 1 >= 0 -> False.
Proof.
Expand Down

0 comments on commit ed2ba79

Please sign in to comment.